代码搜索结果
找到约 10,000 项符合
Image 的代码
image
vi.resource[resource_id]=new res("image","language_key(fileicon.image)",vi.iconPath+"ic_file_image.gif","",true);
addMenuEntry(resource_id, "language_key(explorer.context.lock)",
image
vi.resource[resource_id]=new res("image","language_key(fileicon.image)",vi.iconPath+"ic_file_image.gif","",true);
addMenuEntry(resource_id, "language_key(explorer.context.lock)",
image.as
package com.example.programmingas3.asciiArt
{
import flash.events.Event;
import flash.display.Loader;
import flash.net.URLRequest;
import flash.display.Bitmap;
import flash.display.BitmapDa
image.as
#initclip 10
_global.Image = function() {
this.imageUrl = null;
this.handlerFunctionName = null;
this.handlerObj = null;
this.preff_width = 0;
this.preff_height = 0;
};
_global.Image.prototy