Method |
Description |
|
Arc ( IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nXStartArc, int nYStartArc, int nXEndArc, int nYEndArc ) : bool |
|
|
BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, TernaryRasterOperations dwRop ) : Bool |
|
|
CreateCompatibleBitmap ( IntPtr hObject, int width, int height ) : IntPtr |
|
|
CreateCompatibleDC ( IntPtr hDC ) : IntPtr |
|
|
CreatePen ( PenStyles fnPenStyle, int nWidth, int crColor ) : IntPtr |
|
|
CreateSolidBrush ( int crColor ) : IntPtr |
|
|
DeleteDC ( IntPtr hdc ) : Bool |
|
|
DeleteObject ( IntPtr hObject ) : Bool |
|
|
Ellipse ( IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect ) : bool |
|
|
FillRect ( IntPtr hDC, RECT &lprc, IntPtr hbr ) : int |
|
|
LineTo ( IntPtr hdc, int nXEnd, int nYEnd ) : bool |
|
|
MoveToEx ( IntPtr hdc, int X, int Y, int oldp ) : bool |
|
|
Rectangle ( IntPtr hDC, int xLeft, int yTop, int xRight, int yBottom ) : bool |
|
|
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr |
|
|
SetDIBitsToDevice ( IntPtr hdc, int XDest, int YDest, uint dwWidth, uint dwHeight, int XSrc, int YSrc, uint uStartScan, uint cScanLines, IntPtr lpvBits, IntPtr lpbmi, uint fuColorUse ) : int |
|
|
SetStretchBltMode ( IntPtr hdc, int iStretchMode ) : int |
|
|
StretchBlt ( IntPtr hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, IntPtr hdcSrc, int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, Int32 dwRop ) : bool |
|
|
StretchDIBits ( IntPtr hdc, int XDest, int YDest, int nDestWidth, int nDestHeight, int XSrc, int YSrc, int nSrcWidth, int nSrcHeight, IntPtr lpBits, BITMAPINFO &lpBitsInfo, uint iUsage, uint dwRop ) : int |
|
|