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 : InsideCells Property |
public List<List<LeadRect>> InsideCells {get;}
'Declaration
Public ReadOnly Property InsideCells As List(Of List(Of LeadRect))
'Usage
Dim instance As LeadZoneTableData Dim value As List(Of List(Of LeadRect)) value = instance.InsideCells
public List<List<LeadRect>> InsideCells {get;}
@property (nonatomic, strong, readonly) NSMutableArray<NSArray<NSValue *> *> *insideCells //LeadRect
public List<ArrayListLeadRect> getInsideCells()
get_InsideCells();
public: property List<List<LeadRect>^>^ InsideCells { List<List<LeadRect>^>^ get(); }