Class NetPen
Implements pen using .NET framework GDI+ wrapper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NFX.PAL.NetFramework.Graphics
Assembly: NFX.PAL.NetFramework.dll
Syntax
public sealed class NetPen : DisposableObject, IPALCanvasPen, IPALCanvasAsset, IDisposable
Properties
Color
Declaration
public Color Color { get; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color |
DashStyle
Declaration
public PenDashStyle DashStyle { get; }
Property Value
| Type | Description |
|---|---|
| PenDashStyle |
Width
Declaration
public float Width { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
Destructor()
Declaration
protected override void Destructor()
Overrides
Implements
System.IDisposable