Class Pen
- Namespace
- GHIElectronics.Endpoint.Drawing
- Assembly
- GHIElectronics.Endpoint.Drawing.dll
public sealed class Pen : MarshalByRefObject, ICloneable, IDisposable
- Inheritance
-
Pen
- Implements
- Inherited Members
Constructors
Pen(Brush)
public Pen(Brush brush)
Parameters
brushBrush
Pen(Brush, float)
public Pen(Brush brush, float width)
Parameters
Pen(Color)
public Pen(Color color)
Parameters
colorColor
Pen(Color, float)
public Pen(Color color, float width)
Parameters
Properties
Brush
public Brush Brush { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
PenType
public PenType PenType { get; }
Property Value
Width
public float Width { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()