Leadtools.ImageProcessing.Core Namespace > LeadZoneTableData Class : Cells Property |
public IVector<LeadRect> Cells {get;}
'Declaration Public ReadOnly Property Cells As IVector(Of LeadRect)
'Usage Dim instance As LeadZoneTableData Dim value As IVector(Of LeadRect) value = instance.Cells
public IVector<LeadRect> Cells {get;}
get_Cells();
public: property IVector<LeadRect>^ Cells { IVector<LeadRect>^ get(); }