Warp(PointF[]) Method (PointBasedObjectDistortionTransformer)
Applies a warp transformation, defined by a parallelogram, to the interactive object.
'Declaration
Public Function Warp( _
ByVal () As System.Drawing.PointF _
) As Boolean
public bool Warp(
System.Drawing.PointF[]
)
public: bool Warp(
System.Drawing.PointF[]*
)
public:
bool Warp(
array<System.Drawing.PointF>^
)
Parameters
- destPoints
- An array of destination points for warp transformation.
Return Value
True if the wrap transformation is applied; otherwise, false.
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