Class Path
A path definition.
Inheritance
System.Object
Path
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: Unity.VectorGraphics
Syntax
public class Path : IDrawable
Properties
Contour
The bezier contour defining the path.
Declaration
public BezierContour Contour { get; set; }
Property Value
Type | Description |
---|---|
BezierContour |
PathProps
The path properties.
Declaration
public PathProperties PathProps { get; set; }
Property Value
Type | Description |
---|---|
PathProperties |