LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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.
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 LeadPoint _
) 
Visual Basic (Usage)Copy Code
Dim instance As CombineWarpCommand
Dim value() As LeadPoint
 
instance.SetDestinationPoints(value)
C# 
public void SetDestinationPoints( 
   LeadPoint[] value
)
C++/CLI 
public:
void SetDestinationPoints( 
   array<LeadPoint>^ 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also