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;}
get_BoundsToDraw();
public: property IList<LeadRect>^ BoundsToDraw { IList<LeadRect>^ get(); }