C# 클래스 WindowlessControls.WindowlessImage

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

공개 메소드들

메소드 설명
MeasureUnpadded ( Size bounds, bool boundsChange ) : bool
WindowlessImage ( ) : System
WindowlessImage ( PlatformBitmap bitmap ) : System
WindowlessImage ( PlatformBitmap bitmap, Stretch stretch ) : System
WindowlessImage ( PlatformBitmap bitmap, Stretch stretch, Thickness margin ) : System

보호된 메소드들

메소드 설명
OnPaint ( WindowlessPaintEventArgs e ) : void

비공개 메소드들

메소드 설명
BitmapChanged ( object sender, DependencyPropertyEventArgs e ) : void

메소드 상세

MeasureUnpadded() 공개 메소드

public MeasureUnpadded ( Size bounds, bool boundsChange ) : bool
bounds System.Drawing.Size
boundsChange bool
리턴 bool

OnPaint() 보호된 메소드

protected OnPaint ( WindowlessPaintEventArgs e ) : void
e WindowlessPaintEventArgs
리턴 void

WindowlessImage() 공개 메소드

public WindowlessImage ( ) : System
리턴 System

WindowlessImage() 공개 메소드

public WindowlessImage ( PlatformBitmap bitmap ) : System
bitmap PlatformBitmap
리턴 System

WindowlessImage() 공개 메소드

public WindowlessImage ( PlatformBitmap bitmap, Stretch stretch ) : System
bitmap PlatformBitmap
stretch Stretch
리턴 System

WindowlessImage() 공개 메소드

public WindowlessImage ( PlatformBitmap bitmap, Stretch stretch, Thickness margin ) : System
bitmap PlatformBitmap
stretch Stretch
margin Thickness
리턴 System