[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Pen

Pen Class

Represents the base class of all kinds of pen

Implements
Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public abstract class Pen : GdiObject, IDisposable, ICloneable
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

Constructors

Name Description
Pen()