Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
SetDestinationPoints Method
See Also 
Leadtools.ImageProcessing Namespace > CombineWarpCommand Class : SetDestinationPoints Method




value
An array that contains the four points that define the warp area in the destination image.
Sets an array that contains the four points that define the warp area in the destination image.

Syntax

Visual Basic (Declaration) 
Public Sub SetDestinationPoints( _
   ByVal value() As Point _
) 
Visual Basic (Usage)Copy Code
Dim instance As CombineWarpCommand
Dim value() As Point
 
instance.SetDestinationPoints(value)
C# 
public void SetDestinationPoints( 
   Point[] value
)
Managed Extensions for C++ 
public: void SetDestinationPoints( 
   Point[]* value
) 
C++/CLI 
public:
void SetDestinationPoints( 
   array<Point>^ value
) 

Parameters

value
An array that contains the four points that define the warp area in the destination image.

Example

For an example, refer to CombineWarpCommand.

Remarks

Use the GetDestinationPoints method to get the array of points.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also