VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / ArcAnnotationData Class / GetArcCenter(PointF,SizeF) Method
Syntax Requirements SeeAlso
In This Topic
    GetArcCenter(PointF,SizeF) Method (ArcAnnotationData)
    In This Topic
    Returns the arc annotation center for specified location and size, without regard to rotation.
    Syntax
    'Declaration
    
    Public Function GetArcCenter( _
    ByVal location
    The arc annotation location.
    As System.Drawing.PointF, _
    ByVal size
    The arc annotation size.
    As System.Drawing.SizeF _
    ) As System.Drawing.PointF
    public System.Drawing.PointF GetArcCenter(
    System.Drawing.PointF location,
    System.Drawing.SizeF size
    )
    public: System.Drawing.PointF GetArcCenter(
    System.Drawing.PointF location,
    System.Drawing.SizeF* size
    )
    public:
    System.Drawing.PointF GetArcCenter(
    System.Drawing.PointF location,
    System.Drawing.SizeF^ size
    )

    Parameters

    location
    The arc annotation location.
    size
    The arc annotation size.

    Return Value

    The arc annotation center.
    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