[]
Represents the base class of all kinds of pen
public abstract class Pen : GdiObject, IDisposable, ICloneable
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
Name | Description |
---|---|
Pen() |