public LeadPoint[] InPoints {get; set;}
'Declaration
Public Property InPoints As LeadPoint()
'Usage
Dim instance As ManualPerspectiveDeskewCommand
Dim value() As LeadPoint
instance.InPoints = value
value = instance.InPoints
public LeadPoint[] 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 array<LeadPoint>^ InPoints {
array<LeadPoint>^ get();
void set ( array<LeadPoint>^ value);
}
Property Value
Array of points that will be transferred to match the location of the mapped points list.
for an example, please refer to
ManualPerspectiveDeskewCommand