C# 클래스 WindowlessControls.WindowlessRectangle

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

공개 메소드들

메소드 설명
WindowlessRectangle ( ) : System
WindowlessRectangle ( int maxWidth, int maxHeight, Color color ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
ColorChanged ( object sender, DependencyPropertyEventArgs e ) : void
FilledChanged ( object sender, DependencyPropertyEventArgs e ) : void
RectangleWidthChanged ( object sender, DependencyPropertyEventArgs e ) : void

메소드 상세

OnPaint() 보호된 메소드

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

WindowlessRectangle() 공개 메소드

public WindowlessRectangle ( ) : System
리턴 System

WindowlessRectangle() 공개 메소드

public WindowlessRectangle ( int maxWidth, int maxHeight, Color color ) : System
maxWidth int
maxHeight int
color Color
리턴 System