Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
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<NSValue *> *cells //LeadRect
public List<LeadRect> getCells()
get_Cells();
public: property IList<LeadRect>^ Cells { IList<LeadRect>^ get(); }