LEADTOOLS (Leadtools assembly)

GetDestinationPoints Method

Show in webframe







Gets an array that contains the four points that define the warp area in the destination image.
Syntax
public LeadPoint[] GetDestinationPoints()
'Declaration
 
Public Function GetDestinationPoints() As LeadPoint()
'Usage
 
Dim instance As CombineWarpCommand
Dim value() As LeadPoint
 
value = instance.GetDestinationPoints()
public LeadPoint[] GetDestinationPoints()
-(LeadPoint*) getDestinationPoints;

            
 function Leadtools.ImageProcessing.CombineWarpCommand.GetDestinationPoints()
public:
array<LeadPoint>^ GetDestinationPoints(); 

Return Value

An array that contains the four points that define the warp area in the destination image.
Remarks
Use the SetDestinationPoints method to set 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.