Class Filled
Filled shape representation.
Inheritance
System.Object
Filled
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 abstract class Filled : IDrawable
Properties
Fill
The fill used on the shape.
Declaration
public IFill Fill { get; set; }
Property Value
Type | Description |
---|---|
IFill |
FillTransform
A transformation specific to the fill.
Declaration
public Matrix2D FillTransform { get; set; }
Property Value
Type | Description |
---|---|
Matrix2D |
PathProps
The path properties.
Declaration
public PathProperties PathProps { get; set; }
Property Value
Type | Description |
---|---|
PathProperties |