GaugeDrawMinorTickMarks Method
Draws minor tick marks in between two major tick marks.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
protected virtual void DrawMinorTickMarks(
DrawingContext context,
Point center,
EllipseStruct radiuses,
double previousMajorTickMark,
double currentMajorTickMark
)
abstract DrawMinorTickMarks :
context : DrawingContext *
center : Point *
radiuses : EllipseStruct *
previousMajorTickMark : float *
currentMajorTickMark : float -> unit
override DrawMinorTickMarks :
context : DrawingContext *
center : Point *
radiuses : EllipseStruct *
previousMajorTickMark : float *
currentMajorTickMark : 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.
- previousMajorTickMark Double
- Contains value of the first major tick mark, from which minor tick marks will be drawn.
- currentMajorTickMark Double
- Contains value of the second major tick mark, up to which minor tick marks will be drawn.