C# Class NewTOAPIA.Drawing.GDI.GDIDIBSection

Inheritance: GDIPixmap
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
GDIDIBSection ( int width, int height ) : System
GDIDIBSection ( int width, int height, BitCount bitsperpixel ) : System
GetColor ( int x, int y ) : ColorRGBA
GetPixel ( int x, int y ) : IPixel
SetColor ( int x, int y, ColorRGBA aColor ) : void
SetPixel ( int x, int y, IPixel aPixel ) : void

Méthodes protégées

Méthode Description
CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : IntPtr
ReleaseHandle ( ) : bool

Method Details

CreatePixmapHandle() protected méthode

protected CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : IntPtr
width int
height int
bitsperpixel BitCount
Résultat System.IntPtr

GDIDIBSection() public méthode

public GDIDIBSection ( int width, int height ) : System
width int
height int
Résultat System

GDIDIBSection() public méthode

public GDIDIBSection ( int width, int height, BitCount bitsperpixel ) : System
width int
height int
bitsperpixel BitCount
Résultat System

GetColor() public méthode

public GetColor ( int x, int y ) : ColorRGBA
x int
y int
Résultat ColorRGBA

GetPixel() public méthode

public GetPixel ( int x, int y ) : IPixel
x int
y int
Résultat IPixel

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SetColor() public méthode

public SetColor ( int x, int y, ColorRGBA aColor ) : void
x int
y int
aColor ColorRGBA
Résultat void

SetPixel() public méthode

public SetPixel ( int x, int y, IPixel aPixel ) : void
x int
y int
aPixel IPixel
Résultat void