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