C# 클래스 WindowlessControls.PlatformBitmap

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

공개 프로퍼티들

프로퍼티 타입 설명
TransparentBrush System.Drawing.SolidBrush
TransparentColor Color
TransparentImageAttributes System.Drawing.Imaging.ImageAttributes

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( Graphics g, Rectangle dstRect, Rectangle srcRect ) : void
From ( Stream bitmapStream ) : PlatformBitmap
From ( Stream bitmapStream, bool isOpaque ) : PlatformBitmap
From ( string filename ) : PlatformBitmap
FromResource ( string name ) : PlatformBitmap
GetThumbnail ( int width, int height ) : PlatformBitmap
OptimizeBitmap ( Stream bitmapStream ) : Bitmap
SafeFrom ( Stream bitmapStream ) : PlatformBitmap
SafeFrom ( string filename ) : PlatformBitmap

비공개 메소드들

메소드 설명
IsOpaque ( string filename ) : bool
PlatformBitmap ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 추상적인 메소드

public abstract 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 ( Stream bitmapStream ) : PlatformBitmap
bitmapStream Stream
리턴 PlatformBitmap

From() 공개 정적인 메소드

public static From ( Stream bitmapStream, bool isOpaque ) : PlatformBitmap
bitmapStream Stream
isOpaque bool
리턴 PlatformBitmap

From() 공개 정적인 메소드

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

FromResource() 공개 정적인 메소드

public static FromResource ( string name ) : PlatformBitmap
name string
리턴 PlatformBitmap

GetThumbnail() 공개 추상적인 메소드

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

OptimizeBitmap() 공개 정적인 메소드

public static OptimizeBitmap ( Stream bitmapStream ) : Bitmap
bitmapStream Stream
리턴 System.Drawing.Bitmap

SafeFrom() 공개 정적인 메소드

public static SafeFrom ( Stream bitmapStream ) : PlatformBitmap
bitmapStream Stream
리턴 PlatformBitmap

SafeFrom() 공개 정적인 메소드

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

프로퍼티 상세

TransparentBrush 공개적으로 정적으로 프로퍼티

public static SolidBrush,System.Drawing TransparentBrush
리턴 System.Drawing.SolidBrush

TransparentColor 공개적으로 정적으로 프로퍼티

public static Color TransparentColor
리턴 Color

TransparentImageAttributes 공개적으로 정적으로 프로퍼티

public static ImageAttributes,System.Drawing.Imaging TransparentImageAttributes
리턴 System.Drawing.Imaging.ImageAttributes