Leadtools.ImageProcessing.Core Namespace > LeadZoneTableData Class : Cells Property |
public IList<LeadRect> Cells {get;}
'Declaration Public ReadOnly Property Cells As IList(Of LeadRect)
'Usage Dim instance As LeadZoneTableData Dim value As IList(Of LeadRect) value = instance.Cells
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LeadRect> Cells {get;}
@property (nonatomic, strong, readonly) NSMutableArray* cells;
public List<LeadRect> getCells()
get_Cells();
public: property IList<LeadRect>^ Cells { IList<LeadRect>^ get(); }