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



Gets an array that contains the four points that define the warp area in the destination image.

Syntax

Visual Basic (Declaration) 
Public Function GetDestinationPoints() As Point()
Visual Basic (Usage)Copy Code
Dim instance As CombineWarpCommand
Dim value() As Point
 
value = instance.GetDestinationPoints()
C# 
public Point[] GetDestinationPoints()
C++/CLI 
public:
array<Point>^ GetDestinationPoints(); 

Example

For an example, refer to CombineWarpCommand.

Remarks

Use the SetDestinationPoints method to set the array of points.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also