Table of Contents

Class Pen

Pen class (non-static, disposable and cloneable)

Inheritance
Pen
Implements
IDisposable
ICloneable
Namespace: HP.LFT.Common.Linux.Drawing
Assembly: HP.LFT.Common.Standard.dll
Syntax
public class Pen : IDisposable, ICloneable

Constructors

Pen(Color, float)

Declaration
public Pen(Color color, float width)
Parameters
Type Name Description
Color color
float width

Methods

Clone()

Declaration
public object Clone()
Returns
Type Description
object

Dispose()

Declaration
public void Dispose()

Dispose(bool)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

Implements

IDisposable
ICloneable