C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of LeadPoint structures that represent the location of the input points in the distorted image.
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>^ );
}
Array of points that will be transferred to match the location of the mapped points list.
for an example, please refer to ManualPerspectiveDeskewCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET