C# Class PLC.GraphicImage

Summary description for Class1
Inheritance: NewTOAPIA.UI.Graphic
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
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

Method Details

CreateFromBitmap() public static method

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
return GraphicImage

CreateFromFile() public static method

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

CreateFromResource() public static method

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

DrawSelf() public method

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

GraphicImage() public method

public GraphicImage ( string name, IPixelArray pbuff ) : System
name string
pbuff IPixelArray
return System

GraphicImage() public method

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
return System