C# 클래스 Dalssoft.DiagramNet.BaseElement

파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
IsInvalidated bool
borderColor Color
borderWidth int
invalidateRec System.Drawing.Rectangle
location Point
opacity int
size System.Drawing.Size
visible bool

공개 메소드들

메소드 설명
GetRectangle ( ) : Rectangle
GetUnsignedRectangle ( ) : Rectangle
Invalidate ( ) : void

보호된 메소드들

메소드 설명
BaseElement ( ) : System
BaseElement ( int top, int left, int width, int height ) : System
OnAppearanceChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
Draw ( Graphics g ) : void
GetUnsignedRectangle ( Rectangle rec ) : Rectangle

메소드 상세

BaseElement() 보호된 메소드

protected BaseElement ( ) : System
리턴 System

BaseElement() 보호된 메소드

protected BaseElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
리턴 System

GetRectangle() 공개 메소드

public GetRectangle ( ) : Rectangle
리턴 System.Drawing.Rectangle

GetUnsignedRectangle() 공개 메소드

public GetUnsignedRectangle ( ) : Rectangle
리턴 System.Drawing.Rectangle

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

OnAppearanceChanged() 보호된 메소드

protected OnAppearanceChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

IsInvalidated 보호되어 있는 프로퍼티

protected bool IsInvalidated
리턴 bool

borderColor 보호되어 있는 프로퍼티

protected Color borderColor
리턴 Color

borderWidth 보호되어 있는 프로퍼티

protected int borderWidth
리턴 int

invalidateRec 보호되어 있는 프로퍼티

protected Rectangle,System.Drawing invalidateRec
리턴 System.Drawing.Rectangle

location 보호되어 있는 프로퍼티

protected Point location
리턴 Point

opacity 보호되어 있는 프로퍼티

protected int opacity
리턴 int

size 보호되어 있는 프로퍼티

protected Size,System.Drawing size
리턴 System.Drawing.Size

visible 보호되어 있는 프로퍼티

protected bool visible
리턴 bool