Method |
Description |
|
CreateCompatibleBitmap ( IntPtr hdc, int width, int height ) : IntPtr |
|
|
CreateCompatibleDC ( IntPtr hdc ) : IntPtr |
|
|
CreateDC ( [ lpDriverName, IntPtr lpDeviceName, IntPtr lpOutput, IntPtr lpInitData ) : IntPtr |
|
|
CreateIconIndirect ( ICONINFO &piconInfo ) : IntPtr |
|
|
DeleteDC ( IntPtr hdc ) : int |
|
|
DeleteObject ( IntPtr hObject ) : int |
|
|
DestroyIcon ( IntPtr hIcon ) : int |
|
|
GetDIBits ( IntPtr hdc, IntPtr hBitmap, int nStartScan, int nNumScans, IntPtr Bits, IntPtr BitsInfo, int wUsage ) : int |
|
|
IcDvImg ( byte b ) : System |
|
|
IconImageDataBytes ( ) : int |
|
|
MaskImageIndex ( BITMAPINFOHEADER bmInfoHeader ) : int |
|
|
MaskImageSize ( BITMAPINFOHEADER bmInfoHeader ) : int |
|
|
SaveIconBitmapData ( BinaryWriter bw ) : void |
|
|
SelectObject ( IntPtr hdc, IntPtr hObject ) : IntPtr |
|
|
SetDIBitsToDevice ( IntPtr hdc, int X, int Y, int dx, int dy, int SrcX, int SrcY, int Scan, int NumScans, IntPtr Bits, IntPtr BitsInfo, int wUsage ) : int |
|
|
WidthBytes ( int width ) : int |
|
|
XorImageIndex ( BITMAPINFOHEADER bmInfoHeader ) : int |
|
|
XorImageSize ( BITMAPINFOHEADER bmInfoHeader ) : int |
|
|
createIcon ( ) : void |
|
|
dibNumColors ( BITMAPINFOHEADER bmInfoHeader ) : int |
|
|
getIconBitmap ( bool mask, bool returnHandle, IntPtr &hBmp ) : Bitmap |
|
|
setDeviceImage ( Size size, ColorDepth colorDepth ) : void |
|
|
setImageBitsFromBitmap ( Bitmap bm ) : void |
|
|
setMaskBitsFromBitmap ( Bitmap bm ) : void |
|
|
write16ColorPalette ( BinaryWriter bw ) : void |
|
|
write256ColorPalette ( BinaryWriter bw ) : void |
|
|
writeColor ( BinaryWriter bw, Color color ) : void |
|
|