VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / CompositeAnnotationData Class / GetLocationAndSize(PointF,SizeF) Method
Syntax Requirements SeeAlso
In This Topic
    GetLocationAndSize(PointF,SizeF) Method (CompositeAnnotationData)
    In This Topic
    Returns the location and size of the annotation.
    Syntax
    'Declaration
    
    Public Sub GetLocationAndSize( _
    ByRef location
    The annotation location.
    As System.Drawing.PointF, _
    ByRef size
    The annotation size.
    As System.Drawing.SizeF _
    )
    public void GetLocationAndSize(
    out System.Drawing.PointF location,
    out System.Drawing.SizeF size
    )
    public: void GetLocationAndSize(
    [PARAMFLAG::Out] System.Drawing.PointF location,
    [PARAMFLAG::Out] System.Drawing.SizeF* size
    )
    public:
    void GetLocationAndSize(
    [Out] System.Drawing.PointF location,
    [Out] System.Drawing.SizeF^ size
    )

    Parameters

    location
    The annotation location.
    size
    The annotation size.
    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