Leadtools.ImageProcessing.Effects Namespace > FeretsDiameterCommand Class : Points Property |
public LeadPoint[] Points {get; set;}
'Declaration Public Property Points As LeadPoint()
'Usage Dim instance As FeretsDiameterCommand Dim value() As LeadPoint instance.Points = value value = instance.Points
public LeadPoint[] Points {get; set;}
get_Points();
set_Points(value);
Object.defineProperty('Points');
public: property array<LeadPoint>^ Points { array<LeadPoint>^ get(); void set ( array<LeadPoint>^ value); }