C# 클래스 PLC.GraphicImage

Summary description for Class1
상속: NewTOAPIA.UI.Graphic
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromBitmap ( Bitmap bm, string name, int x, int y, int width, int height ) : GraphicImage
CreateFromFile ( string filename, int x, int y, int width, int height ) : GraphicImage
CreateFromResource ( string resourceName, int x, int y, int width, int height ) : GraphicImage
DrawSelf ( DrawEvent devent ) : void
GraphicImage ( string name, IPixelArray pbuff ) : System
GraphicImage ( string name, int x, int y, int width, int height, IPixelArray pbuff ) : System

메소드 상세

CreateFromBitmap() 공개 정적인 메소드

public static CreateFromBitmap ( Bitmap bm, string name, int x, int y, int width, int height ) : GraphicImage
bm System.Drawing.Bitmap
name string
x int
y int
width int
height int
리턴 GraphicImage

CreateFromFile() 공개 정적인 메소드

public static CreateFromFile ( string filename, int x, int y, int width, int height ) : GraphicImage
filename string
x int
y int
width int
height int
리턴 GraphicImage

CreateFromResource() 공개 정적인 메소드

public static CreateFromResource ( string resourceName, int x, int y, int width, int height ) : GraphicImage
resourceName string
x int
y int
width int
height int
리턴 GraphicImage

DrawSelf() 공개 메소드

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void

GraphicImage() 공개 메소드

public GraphicImage ( string name, IPixelArray pbuff ) : System
name string
pbuff IPixelArray
리턴 System

GraphicImage() 공개 메소드

public GraphicImage ( string name, int x, int y, int width, int height, IPixelArray pbuff ) : System
name string
x int
y int
width int
height int
pbuff IPixelArray
리턴 System