VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfPointBasedObjectDistortionTransformer Class / Warp(Point[]) Method
Syntax Requirements SeeAlso
In This Topic
    Warp(Point[]) Method (WpfPointBasedObjectDistortionTransformer)
    In This Topic
    Applies a warp transformation, defined by a parallelogram, to the interactive object.
    Syntax
    'Declaration
    
    Public Function Warp( _
    ByVal destPoints
    An array of destination points for warp transformation.
    () As System.Windows.Point _
    ) As Boolean
    public bool Warp(
    System.Windows.Point[] destPoints
    )
    public: bool Warp(
    System.Windows.Point[]* destPoints
    )
    public:
    bool Warp(
    array<System.Windows.Point>^ destPoints
    )

    Parameters

    destPoints
    An array of destination points for warp transformation.

    Return Value

    True if the wrap transformation is applied; otherwise, false.
    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