Class VelloPen
Namespace: VelloSharp.WinForms
Assembly: VelloSharp.WinForms.Core.dll
public sealed class VelloPen : IDisposable
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
VelloPen(Color, float)
public VelloPen(Color color, float width = 1)
Parameters
color
Color
width
float
VelloPen(VelloBrush, float)
public VelloPen(VelloBrush brush, float width = 1)
Parameters
brush
VelloBrush
width
float
Properties
Alignment
public PenAlignment Alignment { get; set; }
Property Value
Brush
public VelloBrush? Brush { get; set; }
Property Value
BrushTransform
public Matrix3x2? BrushTransform { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
DashOffset
public float DashOffset { get; set; }
Property Value
DashPattern
public float[]? DashPattern { get; set; }
Property Value
float[]?
EndCap
public LineCap EndCap { get; set; }
Property Value
LineJoin
public LineJoin LineJoin { get; set; }
Property Value
MiterLimit
public float MiterLimit { get; set; }
Property Value
StartCap
public LineCap StartCap { get; set; }
Property Value
Width
public float Width { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()