VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAngleAnnotationView Class / DrawAngleArc(DrawingContext,WpfDrawingSurface,Point,Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
DrawAngleArc(DrawingContext,WpfDrawingSurface,Point,Double,Double,Double) Method (WpfAngleAnnotationView)
In This Topic
Draws the angle arc.
Syntax
'Declaration

Protected Overridable Sub DrawAngleArc( _
ByVal drawingContext
The System.Windows.Media.DrawingContext to render on.
As System.Windows.Media.DrawingContext, _
ByVal drawingSurface
The object that provides information about drawing surface.
As Vintasoft.Imaging.Wpf.WpfDrawingSurface, _
ByVal arcCenter
The center of the arc.
As System.Windows.Point, _
ByVal arcRadius
The radius of the arc.
As Double, _
ByVal startAngle
The angle, in degrees, measured clockwise from the x-axis to the starting point of the arc.
As Double, _
ByVal sweepAngle
The 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
)

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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also