C# Class Dalssoft.DiagramNet.RectangleNode

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

Protected Properties

Свойство Type Description
label LabelElement
rectangle RectangleElement

Méthodes publiques

Méthode Description
RectangleNode ( ) : System
RectangleNode ( Point l, Size s ) : System
RectangleNode ( Rectangle rec ) : System
RectangleNode ( int top, int left, int width, int height ) : System

Méthodes protégées

Méthode Description
SyncContructors ( ) : void

Private Methods

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

Method Details

RectangleNode() public méthode

public RectangleNode ( ) : System
Résultat System

RectangleNode() public méthode

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

RectangleNode() public méthode

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

RectangleNode() public méthode

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

SyncContructors() protected méthode

protected SyncContructors ( ) : void
Résultat void

Property Details

label protected_oe property

protected LabelElement,Dalssoft.DiagramNet label
Résultat LabelElement

rectangle protected_oe property

protected RectangleElement,Dalssoft.DiagramNet rectangle
Résultat RectangleElement