C# Class Dalssoft.DiagramNet.CommentBoxElement

Inheritance: RectangleElement, IControllable, ILabelElement
Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
foldSize System.Drawing.Size

Public Methods

Method Description
CommentBoxElement ( ) : System
CommentBoxElement ( Point l, Size s ) : System
CommentBoxElement ( Rectangle rec ) : System
CommentBoxElement ( int top, int left, int width, int height ) : System

Private Methods

Method Description
Draw ( Graphics g ) : void
IControllable ( ) : IController

Method Details

CommentBoxElement() public method

public CommentBoxElement ( ) : System
return System

CommentBoxElement() public method

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

CommentBoxElement() public method

public CommentBoxElement ( Rectangle rec ) : System
rec System.Drawing.Rectangle
return System

CommentBoxElement() public method

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

Property Details

foldSize protected property

protected Size,System.Drawing foldSize
return System.Drawing.Size