C# Class Dalssoft.DiagramNet.CommentBoxElement

Inheritance: RectangleElement, IControllable, ILabelElement
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
foldSize System.Drawing.Size

Méthodes publiques

Méthode 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

Méthode Description
Draw ( Graphics g ) : void
IControllable ( ) : IController

Method Details

CommentBoxElement() public méthode

public CommentBoxElement ( ) : System
Résultat System

CommentBoxElement() public méthode

public CommentBoxElement ( Point l, Size s ) : System
l Point
s System.Drawing.Size
Résultat System

CommentBoxElement() public méthode

public CommentBoxElement ( Rectangle rec ) : System
rec System.Drawing.Rectangle
Résultat System

CommentBoxElement() public méthode

public CommentBoxElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
Résultat System

Property Details

foldSize protected_oe property

protected Size,System.Drawing foldSize
Résultat System.Drawing.Size