VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Rendering Namespace / AngleAnnotationRenderer Class / DrawAngleArc(DrawingEngine,DrawingSurface,PointF,Single,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    DrawAngleArc(DrawingEngine,DrawingSurface,PointF,Single,Single,Single) Method (AngleAnnotationRenderer)
    In This Topic
    Draws the angle arc.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawAngleArc( _
    ByVal drawingEngine
    The DrawingEngine to draw on.
    As Vintasoft.Imaging.Drawing.DrawingEngine, _
    ByVal arcCenter
    The center of the arc.
    As Vintasoft.Imaging.DrawingSurface, _
    ByVal arcRadius
    The radius of the arc.
    As System.Drawing.PointF, _
    ByVal startAngle
    The angle, in degrees, measured clockwise from the x-axis to the starting point of the arc.
    As Single, _
    ByVal sweepAngle
    The angle, in degrees, measured clockwise from the startAngle parameter to ending point of the arc.
    As Single, _
    ByVal drawingSurface
    The object that provides information about drawing surface.
    As Single _
    )

    Parameters

    drawingEngine
    The DrawingEngine to draw on.
    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.
    drawingSurface
    The object that provides information about drawing surface.
    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