Search
BaseGauge Methods
 


 Public Methods

  Name Description

Draw

Draws the gauge to the specified IGraphics object.

GetElementByName

Returns the scale element with the specified name.

HitTestObj

Checks whether the specified point lies within the visual structure of a scale element.

ProcessMouseDown

Invoked to handle a MouseDown event.

ProcessMouseMove

Invoked to handle a MouseMove event.

ProcessMouseUp

Invoked to handle a MouseUp event.

 Protected Methods

  Name Description

OnInvalidated

Raises the Invalidated event.

OnMouseDown

Control.OnMouseDown override.

OnMouseMove

Control.OnMouseMove override.

OnMouseUp

Control.OnMouseUp override.

OnPaint

Control.OnPaint override.

OnPaintBackground

Raises the PaintBackground event.

OnPaintForeground

Raises the PaintForeground event.

OnPaintPointer

Raises the PaintPointer event.

OnPaintScale

Raises the PaintScale event.

OnPaintTick

Raises the PaintTick event.

OnPrepaintBackground

Raises the PrepaintBackground event.

OnPrepaintForeground

Raises the PrepaintForeground event.

OnPrepaintPointer

Raises the PrepaintPointer event.

OnPrepaintScale

Raises the PrepaintScale event.

OnPrepaintTick

Raises the PrepaintTick event.

OnSizeChanged

Control.OnSizeChanged override.

 See Also