C# 클래스 PrintablePanel, code

상속: Panel
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
GetImage ( ) : Bitmap,
PrintablePanel ( )

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs, e ) : void

비공개 메소드들

메소드 설명
BitBlt ( IntPtr, hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr, hdcSrc, int nXSrc, int nYSrc, int dwRop ) : long

메소드 상세

GetImage() 공개 메소드

public GetImage ( ) : Bitmap,
리턴 Bitmap,

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs, e ) : void
e PaintEventArgs,
리턴 void

PrintablePanel() 공개 메소드

public PrintablePanel ( )