←Select platform

InputPoints Property

Summary

Gets an array of LeadPoint structures used to set the location of the input points in the distorted image.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] InputPoints { get; } 
Public ReadOnly Property InputPoints As LeadPoint() 
@property (nonatomic, strong, nullable) NSArray<NSValue *> *inputPoints; 
public LeadPoint[] getInputPoints()             
public: 
property array<LeadPoint>^ InputPoints { 
   array<LeadPoint>^ get(); 
} 

Property Value

The array of points that will be transferred to match the location of the mapped points list.

Example

For an example, refer to ManualPerspectiveCorrectionCommand

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Kernel Assembly