'Declaration Public Function Warp( _
ByVal destPointsAn array of destination points for warp transformation.() As System.Drawing.PointF _
) As Boolean
public bool Warp(
System.Drawing.PointF[] destPoints
)
public: bool Warp(
System.Drawing.PointF[]* destPoints
)
public:
bool Warp(
array<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.