Pen

Class Pen

Namespace: Imagise.Core
Assembly: Imagise.Core.Graphics.dll

public class Pen

Inheritance

objectPen

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Pen(Color)

public Pen(Color color)

Parameters

color Color

Pen(Color, float)

public Pen(Color color, float width)

Parameters

color Color

width float

Pen(Brush)

public Pen(Brush brush)

Parameters

brush Brush

Pen(Brush, float)

public Pen(Brush brush, float width)

Parameters

brush Brush

width float

Properties

Brush

public Brush Brush { get; set; }

Property Value

Brush

Color

public Color Color { get; set; }

Property Value

Color

Width

public float Width { get; set; }

Property Value

float