C# Class Dalssoft.DiagramNet.RectangleNode

Inheritance: NodeElement, IControllable, ILabelElement
ファイルを表示 Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
label LabelElement
rectangle RectangleElement

Public Methods

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

Protected Methods

Method Description
SyncContructors ( ) : void

Private Methods

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

Method Details

RectangleNode() public method

public RectangleNode ( ) : System
return System

RectangleNode() public method

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

RectangleNode() public method

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

RectangleNode() public method

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

SyncContructors() protected method

protected SyncContructors ( ) : void
return void

Property Details

label protected_oe property

protected LabelElement,Dalssoft.DiagramNet label
return LabelElement

rectangle protected_oe property

protected RectangleElement,Dalssoft.DiagramNet rectangle
return RectangleElement