C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of LeadPoint structures that contains the mapped points in the input image.
public LeadPoint[] MappingPoints { get; set; }
Public Property MappingPoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.md) MappingPoints {get; set;}
@property (nonatomic, assign, nullable) const LeadPoint *mappingPoints //LeadPoint[4]
public LeadPoint[] getMappingPoints()
public void setMappingPoints(LeadPoint[] value)
<br/>get_MappingPoints();<br/>set_MappingPoints(value);<br/>Object.defineProperty('MappingPoints');
public:
property Leadtools.array<LeadPoint>^ MappingPoints {
Leadtools.array<LeadPoint>^ get();
void set ( Leadtools.array<LeadPoint>^ );
}
Array of points that map each point in the InputPoints list to its output location.
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