C# 클래스 WindowlessControls.WindowsCEBitmap

상속: PlatformBitmap
파일 보기 프로젝트 열기: koush/WindowlessControls

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( Graphics g, Rectangle dstRect, Rectangle srcRect ) : void
GetThumbnail ( int width, int height ) : PlatformBitmap
WindowsCEBitmap ( IImage image ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( Graphics g, Rectangle dstRect, Rectangle srcRect ) : void
g System.Drawing.Graphics
dstRect System.Drawing.Rectangle
srcRect System.Drawing.Rectangle
리턴 void

GetThumbnail() 공개 메소드

public GetThumbnail ( int width, int height ) : PlatformBitmap
width int
height int
리턴 PlatformBitmap

WindowsCEBitmap() 공개 메소드

public WindowsCEBitmap ( IImage image ) : System
image IImage
리턴 System