C# Class Rooler.NativeMethods.DC

Inheritance: IDisposable
Mostrar archivo Open project: peteblois/rooler Class Usage Examples

Public Methods

Method Description
BitBlt ( int x, int y, int nWidth, int nHeight, DC hSrcDC, int xSrc, int ySrc, int dwRop ) : bool
CreateCompatibleBitmap ( int width, int height ) : GdiObject
CreateCompatibleDC ( ) : DC
DC ( IntPtr ptr ) : System
Dispose ( ) : void
SelectObject ( GdiObject hgdiobj ) : GdiObject

Method Details

BitBlt() public method

public BitBlt ( int x, int y, int nWidth, int nHeight, DC hSrcDC, int xSrc, int ySrc, int dwRop ) : bool
x int
y int
nWidth int
nHeight int
hSrcDC DC
xSrc int
ySrc int
dwRop int
return bool

CreateCompatibleBitmap() public method

public CreateCompatibleBitmap ( int width, int height ) : GdiObject
width int
height int
return GdiObject

CreateCompatibleDC() public method

public CreateCompatibleDC ( ) : DC
return DC

DC() public method

public DC ( IntPtr ptr ) : System
ptr System.IntPtr
return System

Dispose() public method

public Dispose ( ) : void
return void

SelectObject() public method

public SelectObject ( GdiObject hgdiobj ) : GdiObject
hgdiobj GdiObject
return GdiObject