←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
WinRT C#
C++
public void SetDestinationPoints( 
   LeadPoint[] value 
) 
Public Sub SetDestinationPoints( _ 
   ByVal value() As Leadtools.LeadPoint _ 
)  
public void SetDestinationPoints(  
   Leadtools.LeadPoint[] value 
) 
@property (nonatomic, assign) LeadPoint *destinationPoints 
 function Leadtools.ImageProcessing.CombineWarpCommand.SetDestinationPoints(  
   value  
) 
public: 
void SetDestinationPoints(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly