ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Pen Class
Members

In This Topic
    Pen Class
    In This Topic
    Represents the base class of all kinds of pen
    Syntax
    'Declaration
     
    
    Public MustInherit Class Pen 
       Inherits GdiObject
    public abstract class Pen : GdiObject 
    Remarks
    This is an abstract class, which is just details that it's ranged to Pen. To use a Pen, you should create an instance from its inherited class. Refer to SolidPen, DashPen
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
             C1.Framework.Drawing.Gdi.Pen

    See Also