LineNeedleDraw Method
Performs drawing of this
NeedleBase into specified
DrawingContext.
Namespace: BeeMobile.Gauge.NeedlesAssembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
public override void Draw(
DrawingContext context,
Point center,
EllipseStruct radiuses,
double needleAngle
)
abstract Draw :
context : DrawingContext *
center : Point *
radiuses : EllipseStruct *
needleAngle : float -> unit
override Draw :
context : DrawingContext *
center : Point *
radiuses : EllipseStruct *
needleAngle : float -> 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.
- radiuses EllipseStruct
- Contains EllipseStruct which contains radius-es of this Gauge.
- needleAngle Double
- Specifies an angle of the needle in degrees.