C# 클래스 Aries.IconMethods.IcDvImg

상속: IDisposable
파일 보기 프로젝트 열기: EAXrec/Aries 1 사용 예제들

공개 메소드들

메소드 설명
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