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 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(); }