'Declaration Protected Overridable Sub DrawAngleArc( _
ByVal drawingContextThe System.Windows.Media.DrawingContext to render on.As System.Windows.Media.DrawingContext, _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.Wpf.WpfDrawingSurface, _
ByVal arcCenterThe center of the arc.As System.Windows.Point, _
ByVal arcRadiusThe radius of the arc.As Double, _
ByVal startAngleThe angle, in degrees, measured clockwise from the x-axis to the starting point of the arc.As Double, _
ByVal sweepAngleThe angle, in degrees, measured clockwise from the startAngle parameter to ending point of the arc.As Double _
)
protected virtual void DrawAngleArc(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface drawingSurface,
System.Windows.Point arcCenter,
double arcRadius,
double startAngle,
double sweepAngle
)
protected: virtual void DrawAngleArc(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface* drawingSurface,
System.Windows.Point arcCenter,
double arcRadius,
double startAngle,
double sweepAngle
)
protected:
virtual void DrawAngleArc(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Wpf.WpfDrawingSurface^ drawingSurface,
System.Windows.Point arcCenter,
double arcRadius,
double startAngle,
double sweepAngle
)
Parameters
- drawingContext
- The System.Windows.Media.DrawingContext to render on.
- drawingSurface
- The object that provides information about drawing surface.
- arcCenter
- The center of the arc.
- arcRadius
- The radius of the arc.
- startAngle
- The angle, in degrees, measured clockwise from the x-axis to the starting point of the arc.
- sweepAngle
- The angle, in degrees, measured clockwise from the startAngle parameter to ending point of the arc.