Struct PathElement
Namespace: VelloSharp
Assembly: VelloSharp.Core.dll
public readonly struct PathElement
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
PathElement(PathVerb, double, double, double, double, double, double)
public PathElement(PathVerb verb, double x0 = 0, double y0 = 0, double x1 = 0, double y1 = 0, double x2 = 0, double y2 = 0)
Parameters
verb PathVerb
x0 double
y0 double
x1 double
y1 double
x2 double
y2 double
Properties
Verb
public PathVerb Verb { get; }
Property Value
X0
public double X0 { get; }
Property Value
X1
public double X1 { get; }
Property Value
X2
public double X2 { get; }
Property Value
Y0
public double Y0 { get; }
Property Value
Y1
public double Y1 { get; }
Property Value
Y2
public double Y2 { get; }