C# 클래스 Dalssoft.DiagramNet.CommentBoxElement

상속: RectangleElement, IControllable, ILabelElement
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
foldSize System.Drawing.Size

공개 메소드들

메소드 설명
CommentBoxElement ( ) : System
CommentBoxElement ( Point l, Size s ) : System
CommentBoxElement ( Rectangle rec ) : System
CommentBoxElement ( int top, int left, int width, int height ) : System

비공개 메소드들

메소드 설명
Draw ( Graphics g ) : void
IControllable ( ) : IController

메소드 상세

CommentBoxElement() 공개 메소드

public CommentBoxElement ( ) : System
리턴 System

CommentBoxElement() 공개 메소드

public CommentBoxElement ( Point l, Size s ) : System
l Point
s System.Drawing.Size
리턴 System

CommentBoxElement() 공개 메소드

public CommentBoxElement ( Rectangle rec ) : System
rec System.Drawing.Rectangle
리턴 System

CommentBoxElement() 공개 메소드

public CommentBoxElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
리턴 System

프로퍼티 상세

foldSize 보호되어 있는 프로퍼티

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