MappingPoints Property
Summary
An array of LeadPoint structures that contain the mapped points in the input image.
Syntax
C#
VB
Objective-C
C++
Java
@property (nonatomic, strong, nullable) const LeadPoint *mappingPoints;
public LeadPoint[] getMappingPoints()
Property Value
Array of points that maps each point in the InputPoints list to its output location.