←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
Java
Objective-C
WinRT C#
C++
public LeadPoint[] InPoints { get; set; } 
Public Property InPoints As Leadtools.LeadPoint() 
public [Leadtools.LeadPoint[]](../l/leadpoint.md) InPoints {get; set;} 
@property (nonatomic, assign, nullable) const LeadPoint *inputPoints //LeadPoint[4] 
public LeadPoint[] getInputPoints() 
public void setInputPoints(LeadPoint[] value) 
             
 <br/>get_InPoints();<br/>set_InPoints(value);<br/>Object.defineProperty('InPoints');  
public: 
property Leadtools.array<LeadPoint>^ InPoints { 
   Leadtools.array<LeadPoint>^ get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly