Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

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

Error processing SSI file