C# Class FarsiLibrary.Win.Win32.Gdi32

Mostrar archivo Open project: HEskandari/FarsiLibrary

Private Methods

Method Description
CombineRgn ( IntPtr hrgnDest, IntPtr hrgnSrc1, IntPtr hrgnSrc2, int fnCombineMode ) : int
CreateBitmap ( int nWidth, int nHeight, uint cPlanes, uint cBitsPerPel, short lpvBits ) : IntPtr
CreateBrushIndirect ( LOGBRUSH &brush ) : IntPtr
CreateCompatibleDC ( IntPtr hDC ) : IntPtr
CreatePen ( int nStyle, int nWidth, int crColor ) : IntPtr
CreateRectRgn ( int nLeftRect, int nTopRect, int nRightRect, int nBottomRect ) : IntPtr
CreateSolidBrush ( int crColor ) : IntPtr
DeleteDC ( IntPtr hDC ) : bool
DeleteObject ( IntPtr hObject ) : bool
ExcludeClipRect ( IntPtr hdc, int left, int top, int right, int bottom ) : int
FillRgn ( IntPtr hDC, IntPtr hrgn, IntPtr hBrush ) : bool
Gdi32 ( ) : System

hide ctor

GetClipBox ( IntPtr hDC, RECT &rectBox ) : int
GetClipRgn ( IntPtr hdc, IntPtr hrgn ) : int
GetDeviceCaps ( IntPtr hDC, int nIndex ) : int
GetStockObject ( int nIndex ) : IntPtr
LineTo ( IntPtr hdc, int x, int y ) : bool
MoveToEx ( IntPtr hdc, int x, int y, IntPtr pt ) : bool
PatBlt ( IntPtr hdc, int left, int top, int width, int height, int rop ) : bool
Rectangle ( IntPtr hdc, int left, int top, int right, int bottom ) : bool
RestoreDC ( IntPtr hdc, int savedDC ) : int
SaveDC ( IntPtr hdc ) : int
SelectClipRgn ( IntPtr hdc, IntPtr hrgn ) : int
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr
SetBkColor ( IntPtr hDC, int clr ) : int
SetROP2 ( IntPtr hDC, int nDrawMode ) : int