LEADTOOLS (Leadtools assembly)

SetDestinationPoints Method

Show in webframe







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
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
)
-(void)setDestinationPoints:(LeadPoint[4])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

See Also

Reference

CombineWarpCommand Class
CombineWarpCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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