C# 클래스 NClass.DiagramEditor.ClassDiagram.Shapes.CommentShape

상속: NClass.DiagramEditor.Diagrams.Shapes.Shape
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( IGraphics g, bool onScreen, Style style ) : void
GetOutline ( Style style ) : Rectangle
ToString ( ) : string

보호된 메소드들

메소드 설명
CloneEntity ( IDiagram diagram ) : bool
GetBorderWidth ( Style style ) : int
GetContextMenuItems ( IDiagram diagram ) : IEnumerable
GetRequiredHeight ( ) : int
GetRequiredWidth ( Graphics g, Style style ) : float
HideEditor ( ) : void
MoveWindow ( ) : void
OnDoubleClick ( AbsoluteMouseEventArgs e ) : void
OnMouseDown ( AbsoluteMouseEventArgs e ) : void
OnMove ( MoveEventArgs e ) : void
OnResize ( ResizeEventArgs e ) : void
ShowEditor ( ) : void

비공개 메소드들

메소드 설명
CommentShape ( ) : System
CommentShape ( Comment comment ) : System
DrawSurface ( IGraphics g, bool onScreen, Style style ) : void
DrawText ( IGraphics g, bool onScreen, Style style ) : void
EditText ( ) : void
GetTextRectangle ( ) : Rectangle

메소드 상세

CloneEntity() 보호된 메소드

protected CloneEntity ( IDiagram diagram ) : bool
diagram IDiagram
리턴 bool

Draw() 공개 메소드

public Draw ( IGraphics g, bool onScreen, Style style ) : void
g IGraphics
onScreen bool
style Style
리턴 void

GetBorderWidth() 보호된 메소드

protected GetBorderWidth ( Style style ) : int
style Style
리턴 int

GetContextMenuItems() 보호된 메소드

protected GetContextMenuItems ( IDiagram diagram ) : IEnumerable
diagram IDiagram
리턴 IEnumerable

GetOutline() 공개 정적인 메소드

public static GetOutline ( Style style ) : Rectangle
style Style
리턴 System.Drawing.Rectangle

GetRequiredHeight() 보호된 메소드

protected GetRequiredHeight ( ) : int
리턴 int

GetRequiredWidth() 보호된 메소드

protected GetRequiredWidth ( Graphics g, Style style ) : float
g System.Drawing.Graphics
style Style
리턴 float

HideEditor() 보호된 메소드

protected HideEditor ( ) : void
리턴 void

MoveWindow() 보호된 메소드

protected MoveWindow ( ) : void
리턴 void

OnDoubleClick() 보호된 메소드

protected OnDoubleClick ( AbsoluteMouseEventArgs e ) : void
e AbsoluteMouseEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( AbsoluteMouseEventArgs e ) : void
e AbsoluteMouseEventArgs
리턴 void

OnMove() 보호된 메소드

protected OnMove ( MoveEventArgs e ) : void
e NClass.DiagramEditor.Diagrams.MoveEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( ResizeEventArgs e ) : void
e NClass.DiagramEditor.Diagrams.Shapes.ResizeEventArgs
리턴 void

ShowEditor() 보호된 메소드

protected ShowEditor ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string