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

Public Function GetEndAngle( _
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 _
) As Single

Parameters

isHorizontalMirrored
A value indicating whether the arc annotation is mirrored horizontally.
isVerticalMirrored
A value indicating whether the arc annotation is mirrored vertically.

Return Value

Tre ending angle 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