public LeadPoint[] TemplateImagePoints {get; set;}
'Declaration
Public Property TemplateImagePoints As LeadPoint()
'Usage
Dim instance As AlignImagesCommand
Dim value() As LeadPoint
instance.TemplateImagePoints = value
value = instance.TemplateImagePoints
public LeadPoint[] TemplateImagePoints {get; set;}
@property (nonatomic, strong, nullable) NSArray<NSValue *> *templateImagePoints //LeadPoint
public ArrayList<LeadPoint> getTemplateImagePoints()
public void setTemplateImagePoints(ArrayList<LeadPoint> value)
<br/>get_TemplateImagePoints();<br/>set_TemplateImagePoints(value);<br/>Object.defineProperty('TemplateImagePoints');
public:
property array<LeadPoint>^ TemplateImagePoints {
array<LeadPoint>^ get();
void set ( array<LeadPoint>^ value);
}
Property Value
Array of points in the template image that correspond to points in the reference image.