VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / PointBasedObjectDistortionTransformer Class / Warp(PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
Warp(PointF[]) Method (PointBasedObjectDistortionTransformer)
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.Drawing.PointF _
) As Boolean
public bool Warp(
System.Drawing.PointF[] 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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also