C# Class PLC.GraphicImage

Summary description for Class1
Inheritance: NewTOAPIA.UI.Graphic
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat GraphicImage

CreateFromFile() public static méthode

public static CreateFromFile ( string filename, int x, int y, int width, int height ) : GraphicImage
filename string
x int
y int
width int
height int
Résultat GraphicImage

CreateFromResource() public static méthode

public static CreateFromResource ( string resourceName, int x, int y, int width, int height ) : GraphicImage
resourceName string
x int
y int
width int
height int
Résultat GraphicImage

DrawSelf() public méthode

public DrawSelf ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void

GraphicImage() public méthode

public GraphicImage ( string name, IPixelArray pbuff ) : System
name string
pbuff IPixelArray
Résultat System

GraphicImage() public méthode

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
Résultat System