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 > AutoZoningCommand Class : CheckBoxes Property |
public IVector<LeadRect> CheckBoxes {get;}
'Declaration
Public ReadOnly Property CheckBoxes As IVector(Of LeadRect)
'Usage
Dim instance As AutoZoningCommand Dim value As IVector(Of LeadRect) value = instance.CheckBoxes
public IVector<LeadRect> CheckBoxes {get;}
get_CheckBoxes();
public: property IVector<LeadRect>^ CheckBoxes { IVector<LeadRect>^ get(); }