C# Class Dalssoft.DiagramNet.BaseElement

Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
IsInvalidated bool
borderColor Color
borderWidth int
invalidateRec System.Drawing.Rectangle
location Point
opacity int
size System.Drawing.Size
visible bool

Méthodes publiques

Méthode Description
GetRectangle ( ) : Rectangle
GetUnsignedRectangle ( ) : Rectangle
Invalidate ( ) : void

Méthodes protégées

Méthode Description
BaseElement ( ) : System
BaseElement ( int top, int left, int width, int height ) : System
OnAppearanceChanged ( EventArgs e ) : void

Private Methods

Méthode Description
Draw ( Graphics g ) : void
GetUnsignedRectangle ( Rectangle rec ) : Rectangle

Method Details

BaseElement() protected méthode

protected BaseElement ( ) : System
Résultat System

BaseElement() protected méthode

protected BaseElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
Résultat System

GetRectangle() public méthode

public GetRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

GetUnsignedRectangle() public méthode

public GetUnsignedRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

OnAppearanceChanged() protected méthode

protected OnAppearanceChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

IsInvalidated protected_oe property

protected bool IsInvalidated
Résultat bool

borderColor protected_oe property

protected Color borderColor
Résultat Color

borderWidth protected_oe property

protected int borderWidth
Résultat int

invalidateRec protected_oe property

protected Rectangle,System.Drawing invalidateRec
Résultat System.Drawing.Rectangle

location protected_oe property

protected Point location
Résultat Point

opacity protected_oe property

protected int opacity
Résultat int

size protected_oe property

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

visible protected_oe property

protected bool visible
Résultat bool