Leadtools.ImageProcessing.Core Namespace > AutoZoningCommand Class : StrikeLines Property |
public IList<LeadRect> StrikeLines {get;}
'Declaration Public ReadOnly Property StrikeLines As IList(Of LeadRect)
'Usage Dim instance As AutoZoningCommand Dim value As IList(Of LeadRect) value = instance.StrikeLines
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LeadRect> StrikeLines {get;}
@property (nonatomic, assign, readonly) LeadRect* strikeLines;
public List<LeadRect> getStrikeLines()
get_StrikeLines();
public: property IList<LeadRect>^ StrikeLines { IList<LeadRect>^ get(); }