VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / UserInteractionVisualTool Class / PointsToInteractiveObject(IInteractiveObject,PointF[]) Method
Syntax Requirements SeeAlso
    PointsToInteractiveObject(IInteractiveObject,PointF[]) Method (UserInteractionVisualTool)
    Transforms the points from the viewer space to the interactive object space.
    Syntax
    'Declaration
    
    Protected Sub PointsToInteractiveObject( _
    ByVal interactiveObject
    The interactive object.
    As IInteractiveObject, _
    ByVal points
    The points in viewer space.
    () As System.Drawing.PointF _
    )
     

    Parameters

    interactiveObject
    The interactive object.
    points
    The points in viewer space.
    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