Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GetDestinationPoints Method








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()
@property (nonatomic, assign) LeadPoint *destinationPoints
 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

Error processing SSI file