VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / LinearMeasuringData Class / GetBoundingBox Methods / GetBoundingBox(PointF,SizeF,Single) Method
Syntax Requirements SeeAlso
    GetBoundingBox(PointF,SizeF,Single) Method (LinearMeasuringData)
    Returns the bounding box of annotation with specified location, size and rotation.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function GetBoundingBox( _
    ByVal location
    Location, in device-independent pixels (1/96th inch), of annotation.
    As System.Drawing.PointF, _
    ByVal size
    Size, in device-independent pixels (1/96th inch), of annotation
    As System.Drawing.SizeF, _
    ByVal rotation
    Rotation, in degrees, of annotation.
    As Single _
    ) As System.Drawing.RectangleF
     

    Parameters

    location
    Location, in device-independent pixels (1/96th inch), of annotation.
    size
    Size, in device-independent pixels (1/96th inch), of annotation
    rotation
    Rotation, in degrees, of annotation.

    Return Value

    Bounding box of annotation.
    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