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 : BoundsToDraw Property |
public IList<LeadRect> BoundsToDraw {get;}
'Declaration
Public ReadOnly Property BoundsToDraw As IList(Of LeadRect)
'Usage
Dim instance As LeadZoneTableData Dim value As IList(Of LeadRect) value = instance.BoundsToDraw
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LeadRect> BoundsToDraw {get;}
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *boundsToDraw //LeadRect
public List<LeadRect> getBoundsToDraw()
get_BoundsToDraw();
public: property IList<LeadRect>^ BoundsToDraw { IList<LeadRect>^ get(); }