←Select platform

InPoints Property

Summary
Gets or sets an array of LeadPoint structures that represent the location of the input points in the distorted image.
Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] InPoints { get; set; } 
Public Property InPoints As LeadPoint() 
@property (nonatomic, assign, nullable) const LeadPoint *inputPoints //LeadPoint[4] 
public LeadPoint[] getInputPoints() 
public void setInputPoints(LeadPoint[] value) 
public: 
property array<LeadPoint>^ InPoints { 
   array<LeadPoint>^ get(); 
   void set (    array<LeadPoint>^ ); 
} 

Property Value

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

Example

for an example, please refer to ManualPerspectiveDeskewCommand

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.ImageProcessing.Core Assembly

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