代码搜索:BitmapData
找到约 265 项符合「BitmapData」的源代码
代码结果 265
www.eeworm.com/read/228773/14363712
tk bitmap.tk
#!/usr/bin/wish -f
# Usage: Invoke this file using format wish 'thisfilename' bitmapfile
# global varible used to store information after parsing the bitmap file
global bitmapWidth bitmapHeig
www.eeworm.com/read/125855/14458129
cls clsloadpcx.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/147608/12542472
tk bitmap.tk
#!/usr/bin/wish -f
# Usage: Invoke this file using format wish 'thisfilename' bitmapfile
# global varible used to store information after parsing the bitmap file
global bitmapWidth bitmapHeig
www.eeworm.com/read/133667/14030681
tk bitmap.tk
#!/usr/bin/wish -f
# Usage: Invoke this file using format wish 'thisfilename' bitmapfile
# global varible used to store information after parsing the bitmap file
global bitmapWidth bitmapHeig
www.eeworm.com/read/101028/15856210
cs cimage.cs
using System;
using System.Drawing;
using System.Drawing.Imaging;
using Exocortex.DSP;
namespace ImageFilterApp
{
///
/// Summary description for CImage.
/// Comments? Questi
www.eeworm.com/read/379471/9195004
as material.as
/**
* Material objects get the 3 vertices from the face / polygon
* then render the face / polygon in whichever way defined
*
* project3D Engine
* @author John Sword
* @version 2 - AS3
*/
p
www.eeworm.com/read/363445/9951474
as samplebitmap.as
package org.kingda.book.display
{
import flash.display.Sprite;
import flash.display.BitmapData;
import flash.display.Bitmap;
public class SampleBitmap extends Sprite
{
public function
www.eeworm.com/read/454299/7394412
as playeffect.as
package com.ninemoon{
import flash.display.BitmapData;
import flash.display.Sprite;
import flash.events.Event;
import flash.geom.ColorTransform;
import flash.geom.Matrix;
import flash.geo
www.eeworm.com/read/310772/13644197
cpp iplabdoc.cpp
// IPLabDoc.cpp : implementation of the CIPLabDoc class
//
#include "stdafx.h"
#include "IPLab.h"
#include "IPLabDoc.h"
#include "FastHitTest.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/307914/13713236
cpp samplegrab.cpp
#include "stdafx.h"
#include "samplegrab.h"
IBaseFilter *pGrabberFilter = NULL;
ISampleGrabber *pGrabber = NULL;
long pBufferSize = 0;
unsigned char* pBuffer = 0;
Gdiplus::Bitmap *pC