VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / UserInteractionVisualTool Class / PointToInteractiveObject(IInteractiveObject,PointF) Method
Syntax Requirements SeeAlso
In This Topic
    PointToInteractiveObject(IInteractiveObject,PointF) Method (UserInteractionVisualTool)
    In This Topic
    Transforms a point from the viewer space to the interactive object space.
    Syntax
    'Declaration
    
    Protected Function PointToInteractiveObject( _
    ByVal interactiveObject
    The interactive object.
    As IInteractiveObject, _
    ByVal point
    The point in viewer space.
    As System.Drawing.PointF _
    ) As System.Drawing.PointF
    protected System.Drawing.PointF PointToInteractiveObject(
    IInteractiveObject interactiveObject,
    System.Drawing.PointF point
    )
    protected: System.Drawing.PointF PointToInteractiveObject(
    IInteractiveObject* interactiveObject,
    System.Drawing.PointF point
    )
    protected:
    System.Drawing.PointF PointToInteractiveObject(
    IInteractiveObject^ interactiveObject,
    System.Drawing.PointF point
    )

    Parameters

    interactiveObject
    The interactive object.
    point
    The point in viewer space.

    Return Value

    Point in object 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