C# Class NewTOAPIA.Drawing.GDI.GDIPixmap

Inheritance: System.Runtime.InteropServices.SafeHandle, IPixelAccessor
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
GetAlignedRowStride ( int width, BitCount bitsperpixel, int alignment ) : int
GetPixel ( int x, int y ) : IPixel
SetPixel ( int x, int y, IPixel pixel ) : void

Méthodes protégées

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

Method Details

CreatePixmapHandle() protected abstract méthode

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

GDIPixmap() protected méthode

protected GDIPixmap ( int width, int height, BitCount bitsperpixel ) : System
width int
height int
bitsperpixel BitCount
Résultat System

GetAlignedRowStride() public static méthode

public static GetAlignedRowStride ( int width, BitCount bitsperpixel, int alignment ) : int
width int
bitsperpixel BitCount
alignment int
Résultat int

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

SetPixel() public méthode

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