VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / ArcAnnotationData Class / SetSweepAngle(Single,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
SetSweepAngle(Single,Boolean,Boolean) Method (ArcAnnotationData)
In This Topic
Sets the angle between StartAngle and the end of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically.
Syntax
'Declaration

Public Sub SetSweepAngle( _
ByVal angle
The sweep angle.
As Single, _
ByVal isHorizontalMirrored
A value indicating whether the arc annotation is mirrored horizontally.
As Boolean, _
ByVal isVerticalMirrored
A value indicating whether the arc annotation is mirrored vertically.
As Boolean _
)

Parameters

angle
The sweep angle.
isHorizontalMirrored
A value indicating whether the arc annotation is mirrored horizontally.
isVerticalMirrored
A value indicating whether the arc annotation is mirrored vertically.
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