In This Topic
Represents the Base class for lines. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
Public MustInherit Class Line
'Usage
Dim instance As Line
public abstract class Line
Inheritance Hierarchy
See Also