←Select platform

SetDestinationPoints Method

Summary
Sets an array that contains the four points that define the warp area in the destination image.
Syntax
C#
VB
Objective-C
C++
public void SetDestinationPoints( 
   LeadPoint[] value 
) 
Public Sub SetDestinationPoints( _ 
   ByVal value() As LeadPoint _ 
)  
@property (nonatomic, assign) LeadPoint *destinationPoints 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.