C# Class Dalssoft.DiagramNet.LabelElement

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

Protected Properties

Свойство Type Description
autoSize bool
backColor1 Color
backColor2 Color
foreColor1 Color
foreColor2 Color
readOnly bool
text string

Private Properties

Свойство Type Description
Draw void
IControllable IController
ISerializable void
PositionBySite void

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawBorder ( Graphics g, Rectangle r ) : void
GetBrushBackColor ( Rectangle r ) : Brush
GetBrushForeColor ( Rectangle r ) : Brush
LabelElement ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
Draw ( System g ) : void
IControllable ( ) : IController
ISerializable ( SerializationInfo info, StreamingContext context ) : void
PositionBySite ( BaseElement site ) : void

Method Details

DoAutoSize() public méthode

public DoAutoSize ( ) : void
Résultat void

DrawBorder() protected méthode

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

GetBrushBackColor() protected méthode

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

GetBrushForeColor() protected méthode

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

LabelElement() public méthode

public LabelElement ( ) : System
Résultat System

LabelElement() public méthode

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

LabelElement() public méthode

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

LabelElement() protected méthode

protected LabelElement ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

LabelElement() public méthode

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

Property Details

autoSize protected_oe property

protected bool autoSize
Résultat bool

backColor1 protected_oe property

protected Color backColor1
Résultat Color

backColor2 protected_oe property

protected Color backColor2
Résultat Color

foreColor1 protected_oe property

protected Color foreColor1
Résultat Color

foreColor2 protected_oe property

protected Color foreColor2
Résultat Color

readOnly protected_oe property

protected bool readOnly
Résultat bool

text protected_oe property

protected string text
Résultat string