C# Class Aries.IconMethods.IcDvImg

Inheritance: IDisposable
Datei anzeigen Open project: EAXrec/Aries Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
IcDvImg ( Icon icon ) : System
IcDvImg ( Size size, ColorDepth colorDepth ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IcDvImg() public method

public IcDvImg ( Icon icon ) : System
icon Icon
return System

IcDvImg() public method

public IcDvImg ( Size size, ColorDepth colorDepth ) : System
size Size
colorDepth ColorDepth
return System