public LeadPoint[] MappingPoints {get; set;}
'Declaration
Public Property MappingPoints As LeadPoint()
'Usage
Dim instance As ManualPerspectiveDeskewCommand
Dim value() As LeadPoint
instance.MappingPoints = value
value = instance.MappingPoints
public LeadPoint[] 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 array<LeadPoint>^ MappingPoints {
array<LeadPoint>^ get();
void set ( array<LeadPoint>^ value);
}
Property Value
Array of points that map each point in the InputPoints list to its output location.
for an example, please refer to
ManualPerspectiveDeskewCommand