C# 클래스 System.Runtime.InteropServices.GDI32

파일 보기 프로젝트 열기: adamhooper/html_to_png_server 1 사용 예제들

비공개 메소드들

메소드 설명
BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, TernaryRasterOperations dwRop ) : bool
CreateCompatibleBitmap ( IntPtr hdc, int nWidth, int nHeight ) : IntPtr
CreateCompatibleDC ( IntPtr hdc ) : IntPtr
DeleteDC ( IntPtr hdc ) : bool
SelectObject ( IntPtr hdc, IntPtr hgdiobj ) : IntPtr