C# Class GraphicArrow, NewTOAPIA

Inheritance: Graphic
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Protected Properties

Свойство Type Description
fBrush NewTOAPIA.Drawing.GDIBrush
fPen GDIPen

Méthodes publiques

Méthode Description
DrawBackground ( DrawEvent devent ) : void
GraphicArrow ( string name, int left, int top, int width, int height ) : System
GraphicArrow ( string name, int frameLeft, int frameTop, int width, int height, uint fillColor, uint borderColor ) : System

Méthodes protégées

Méthode Description
OnUpdateGeometryState ( ) : void

Method Details

DrawBackground() public méthode

public DrawBackground ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void

GraphicArrow() public méthode

public GraphicArrow ( string name, int left, int top, int width, int height ) : System
name string
left int
top int
width int
height int
Résultat System

GraphicArrow() public méthode

public GraphicArrow ( string name, int frameLeft, int frameTop, int width, int height, uint fillColor, uint borderColor ) : System
name string
frameLeft int
frameTop int
width int
height int
fillColor uint
borderColor uint
Résultat System

OnUpdateGeometryState() protected méthode

protected OnUpdateGeometryState ( ) : void
Résultat void

Property Details

fBrush protected_oe property

protected GDIBrush,NewTOAPIA.Drawing fBrush
Résultat NewTOAPIA.Drawing.GDIBrush

fPen protected_oe property

protected GDIPen fPen
Résultat GDIPen