C# 클래스 Rooler.NativeMethods.DC

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

공개 메소드들

메소드 설명
BitBlt ( int x, int y, int nWidth, int nHeight, DC hSrcDC, int xSrc, int ySrc, int dwRop ) : bool
CreateCompatibleBitmap ( int width, int height ) : GdiObject
CreateCompatibleDC ( ) : DC
DC ( IntPtr ptr ) : System
Dispose ( ) : void
SelectObject ( GdiObject hgdiobj ) : GdiObject

메소드 상세

BitBlt() 공개 메소드

public BitBlt ( int x, int y, int nWidth, int nHeight, DC hSrcDC, int xSrc, int ySrc, int dwRop ) : bool
x int
y int
nWidth int
nHeight int
hSrcDC DC
xSrc int
ySrc int
dwRop int
리턴 bool

CreateCompatibleBitmap() 공개 메소드

public CreateCompatibleBitmap ( int width, int height ) : GdiObject
width int
height int
리턴 GdiObject

CreateCompatibleDC() 공개 메소드

public CreateCompatibleDC ( ) : DC
리턴 DC

DC() 공개 메소드

public DC ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SelectObject() 공개 메소드

public SelectObject ( GdiObject hgdiobj ) : GdiObject
hgdiobj GdiObject
리턴 GdiObject