C# Class StdPaint.GUI.Element

The base class for all StdPaint GUI controls.
Inheritance: IDisposable
Afficher le fichier Open project: TheBerkin/StdPaint

Protected Properties

Свойство Type Description
_rect Rectangle

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all resources used by this Element.

Private Methods

Méthode Description
Draw ( ) : void

Called when the Element is ready to be drawn.

Element ( ) : System

Method Details

Dispose() public méthode

Releases all resources used by this Element.
public Dispose ( ) : void
Résultat void

Property Details

_rect protected_oe property

The rectangle that this Element is bound to.
protected Rectangle _rect
Résultat Rectangle