C# Класс Aries.IconMethods.IcDvImg

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
IcDvImg ( Icon icon ) : System
IcDvImg ( Size size, ColorDepth colorDepth ) : System

Приватные методы

Метод Описание
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

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

IcDvImg() публичный Метод

public IcDvImg ( Icon icon ) : System
icon Icon
Результат System

IcDvImg() публичный Метод

public IcDvImg ( Size size, ColorDepth colorDepth ) : System
size Size
colorDepth ColorDepth
Результат System