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 : UnderLines Property |
public IList<LeadRect> UnderLines {get;}
'Declaration
Public ReadOnly Property UnderLines As IList(Of LeadRect)
'Usage
Dim instance As AutoZoningCommand Dim value As IList(Of LeadRect) value = instance.UnderLines
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LeadRect> UnderLines {get;}
@property (nonatomic, assign, readonly, nullable) LeadRect *underlines
public List<LeadRect> getUnderLines()
get_UnderLines();
public: property IList<LeadRect>^ UnderLines { IList<LeadRect>^ get(); }