C# Class StdPaint.GUI.Element

The base class for all StdPaint GUI controls.
Inheritance: IDisposable
显示文件 Open project: TheBerkin/StdPaint

Protected Properties

Property Type Description
_rect Rectangle

Public Methods

Method Description
Dispose ( ) : void

Releases all resources used by this Element.

Private Methods

Method Description
Draw ( ) : void

Called when the Element is ready to be drawn.

Element ( ) : System

Method Details

Dispose() public method

Releases all resources used by this Element.
public Dispose ( ) : void
return void

Property Details

_rect protected_oe property

The rectangle that this Element is bound to.
protected Rectangle _rect
return Rectangle