C# 클래스 Aspose.Pdf.Examples.CSharp.AsposePDFFacades.TechnicalArticles.WinAPIIndexBitmapConverter

상속: IIndexBitmapConverter
파일 보기 프로젝트 열기: aspose-pdf/Aspose.Pdf-for-.NET

공개 메소드들

메소드 설명
Get1BppImage ( Bitmap src ) : Bitmap
Get4BppImage ( Bitmap src ) : Bitmap
Get8BppImage ( Bitmap src ) : Bitmap

비공개 메소드들

메소드 설명
BitBlt ( IntPtr hdcDst, int xDst, int yDst, int w, int h, IntPtr hdcSrc, int xSrc, int ySrc, int rop ) : int
CopyToBpp ( System b, int bpp ) : Bitmap

Copies a bitmap into a 1bpp/8bpp bitmap of the same dimensions, fast

CreateCompatibleDC ( IntPtr hdc ) : IntPtr
CreateDIBSection ( IntPtr hdc, BITMAPINFO &bmi, uint Usage, IntPtr &bits, IntPtr hSection, uint dwOffset ) : IntPtr
DeleteDC ( IntPtr hdc ) : int
DeleteObject ( IntPtr hObject ) : bool
GetDC ( IntPtr hwnd ) : IntPtr
MAKERGB ( int r, int g, int b ) : uint
ReleaseDC ( IntPtr hwnd, IntPtr hdc ) : int
SelectObject ( IntPtr hdc, IntPtr hgdiobj ) : IntPtr

메소드 상세

Get1BppImage() 공개 메소드

public Get1BppImage ( Bitmap src ) : Bitmap
src System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

Get4BppImage() 공개 메소드

public Get4BppImage ( Bitmap src ) : Bitmap
src System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

Get8BppImage() 공개 메소드

public Get8BppImage ( Bitmap src ) : Bitmap
src System.Drawing.Bitmap
리턴 System.Drawing.Bitmap