VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfUserInteractionVisualTool Class / PointsToInteractiveObject(IWpfInteractiveObject,Point[]) Method
Syntax Requirements SeeAlso
In This Topic
    PointsToInteractiveObject(IWpfInteractiveObject,Point[]) Method (WpfUserInteractionVisualTool)
    In This Topic
    Transforms the points from the viewer space to the interactive object space.
    Syntax
    'Declaration
    
    Protected Sub PointsToInteractiveObject( _
    ByVal interactiveObject
    The interactive object.
    As IWpfInteractiveObject, _
    ByVal points
    The points in viewer space.
    () As System.Windows.Point _
    )
    protected void PointsToInteractiveObject(
    IWpfInteractiveObject interactiveObject,
    System.Windows.Point[] points
    )
    protected: void PointsToInteractiveObject(
    IWpfInteractiveObject* interactiveObject,
    System.Windows.Point[]* points
    )
    protected:
    void PointsToInteractiveObject(
    IWpfInteractiveObject^ interactiveObject,
    array<System.Windows.Point>^ points
    )

    Parameters

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