'Declaration Public Function Warp( _
ByVal destPointsAn 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.