VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / ArcAnnotationData Class / GetSweepAngle(Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    GetSweepAngle(Boolean,Boolean) Method (ArcAnnotationData)
    In This Topic
    Returns 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 Function GetSweepAngle( _
    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

    The angle between StartAngle and the end of the arc
    Requirements

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

    See Also