VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionPoint Class / GetBoundingBox(ImageViewer) Method
Syntax Requirements SeeAlso
In This Topic
    GetBoundingBox(ImageViewer) Method (InteractionPoint)
    In This Topic
    Returns a bounding box, in viewer space, of interaction area.
    Syntax
    'Declaration
    
    Public Overrides Function GetBoundingBox( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.UI.ImageViewer _
    ) As System.Drawing.RectangleF

    Parameters

    viewer
    The image viewer.

    Return Value

    Bounding box, in viewer space, of interaction area.
    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