GaugeDrawNeedleCenterPoint Method
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
protected virtual void DrawNeedleCenterPoint(
DrawingContext context,
Point center,
Size clientSize
)
abstract DrawNeedleCenterPoint :
context : DrawingContext *
center : Point *
clientSize : Size -> unit
override DrawNeedleCenterPoint :
context : DrawingContext *
center : Point *
clientSize : Size -> unit
Parameters
- context DrawingContext
- A DrawingContext to perform the drawing into.
- center Point
- Contains coordinates of Gauge center-point after values in MarginProperty and PaddingProperty have been taken into account.
- clientSize Size
- Specifies the size of client area that the control has available to it for drawing.