C# Class Dalssoft.DiagramNet.RectangleElement

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

Protected Properties

Свойство Type Description
fillColor1 Color
fillColor2 Color
label LabelElement

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawBorder ( Graphics g, Rectangle r ) : void
GetBrush ( Rectangle r ) : Brush

Private Methods

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

Method Details

DrawBorder() protected méthode

protected DrawBorder ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
Résultat void

GetBrush() protected méthode

protected GetBrush ( Rectangle r ) : Brush
r System.Drawing.Rectangle
Résultat System.Drawing.Brush

RectangleElement() public méthode

public RectangleElement ( ) : System
Résultat System

RectangleElement() public méthode

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

RectangleElement() public méthode

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

RectangleElement() public méthode

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

Property Details

fillColor1 protected_oe property

protected Color fillColor1
Résultat Color

fillColor2 protected_oe property

protected Color fillColor2
Résultat Color

label protected_oe property

protected LabelElement,Dalssoft.DiagramNet label
Résultat LabelElement