代码搜索结果

找到约 10,000 项符合 Image 的代码

image.xpm

/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "22 22 198 2", " c Gray3", ". c #080808081010", "X c #101010101010", "o c #101018181818", "O c #181818181818", "+ c

image.xpm

/* XPM */ static const char *image_xpm[] = { "17 15 9 1", " c #7F7F7F", ". c #FFFFFF", "X c #00B6FF", "o c #BFBFBF", "O c #FF6C00", "+ c #000000", "@ c #0000FF", "# c #6CFF00", "$ c #FFB691", "

image.xpm

/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "32 32 229 2", " c #080800000000", ". c Gray3", "X c #101010101010", "o c #101010101818", "O c #101018181818", "+ c

image.cs

using System; namespace System.Web.UI.WebControls { /// /// Summary description for Image. /// public class Image : WebControl { public Image() : base(System.Web.

image.java

package document; //定义Image类,实现DocumentElement接口: public class Image implements DocumentElement { int x,y; public Image(int x,int y){ this.x=x;this.y=y; } public void Draw() { System.out.println

image.java

package imageprocess; //抽象Image接口,具有ImageImp的引用, public abstract class Image { protected ImageImp Imptouse; public void setImageImp(ImageImp ip) { Imptouse=ip; } public abstract void Me

image.h

/* * Asterisk -- An open source telephony toolkit. * * Copyright (C) 1999 - 2006, Digium, Inc. * * Mark Spencer * * See http://www.asterisk.org for more information about

image.java

package com.mc.svg.shape.basicshape; import org.w3c.dom.Document; import com.mc.svg.SVGCanvas; import com.mc.svg.shape.AbstractShape; public class Image extends AbstractShape { public Im

image.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: image.h,v 1.2.24.1 2004/07/09 01:51:59 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved. *