C# 클래스 WindowlessControls.StandardBitmap

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( Graphics g, Rectangle dstRect, Rectangle srcRect ) : void
From ( string filename ) : StandardBitmap
GetThumbnail ( int width, int height ) : PlatformBitmap
SafeFrom ( string filename ) : StandardBitmap
StandardBitmap ( Bitmap bitmap ) : System
StandardBitmap ( Stream stream ) : System
StandardBitmap ( int width, int height ) : 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

From() 공개 정적인 메소드

public static From ( string filename ) : StandardBitmap
filename string
리턴 StandardBitmap

GetThumbnail() 공개 메소드

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

SafeFrom() 공개 정적인 메소드

public static SafeFrom ( string filename ) : StandardBitmap
filename string
리턴 StandardBitmap

StandardBitmap() 공개 메소드

public StandardBitmap ( Bitmap bitmap ) : System
bitmap System.Drawing.Bitmap
리턴 System

StandardBitmap() 공개 메소드

public StandardBitmap ( Stream stream ) : System
stream Stream
리턴 System

StandardBitmap() 공개 메소드

public StandardBitmap ( int width, int height ) : System
width int
height int
리턴 System