←Select platform

GetDestinationPoints Method

Summary

Gets 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 LeadPoint[] GetDestinationPoints() 
Public Function GetDestinationPoints() As Leadtools.LeadPoint() 
public [Leadtools.LeadPoint[]](leadpoint.md) GetDestinationPoints() 
@property (nonatomic, assign) LeadPoint *destinationPoints 
 function Leadtools.ImageProcessing.CombineWarpCommand.GetDestinationPoints() 
public: 
Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly