C# Class NewTOAPIA.Drawing.GDI.GDIDIBSection

Inheritance: GDIPixmap
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : IntPtr
ReleaseHandle ( ) : bool

Method Details

CreatePixmapHandle() protected method

protected CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : IntPtr
width int
height int
bitsperpixel BitCount
return System.IntPtr

GDIDIBSection() public method

public GDIDIBSection ( int width, int height ) : System
width int
height int
return System

GDIDIBSection() public method

public GDIDIBSection ( int width, int height, BitCount bitsperpixel ) : System
width int
height int
bitsperpixel BitCount
return System

GetColor() public method

public GetColor ( int x, int y ) : ColorRGBA
x int
y int
return ColorRGBA

GetPixel() public method

public GetPixel ( int x, int y ) : IPixel
x int
y int
return IPixel

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SetColor() public method

public SetColor ( int x, int y, ColorRGBA aColor ) : void
x int
y int
aColor ColorRGBA
return void

SetPixel() public method

public SetPixel ( int x, int y, IPixel aPixel ) : void
x int
y int
aPixel IPixel
return void