LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

SetDestinationPoints Method






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. .NET support WinRT support
Syntax
public void SetDestinationPoints( 
   LeadPoint[] value
)
'Declaration
 
Public Sub SetDestinationPoints( _
   ByVal value() As LeadPoint _
) 
'Usage
 
Dim instance As CombineWarpCommand
Dim value() As LeadPoint
 
instance.SetDestinationPoints(value)
public void SetDestinationPoints( 
   LeadPoint[] value
)
 function Leadtools.ImageProcessing.CombineWarpCommand.SetDestinationPoints( 
   value 
)
public:
void SetDestinationPoints( 
   array<LeadPoint>^ value
) 

Parameters

value
An array that contains the four points that define the warp area in the destination image.
Remarks
Use the GetDestinationPoints method to get the array of points.
Example
For an example, refer to CombineWarpCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CombineWarpCommand Class
CombineWarpCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.