[]
Base abstract class for operators performing something on the current path: stroke, fill etc.
public abstract class PathOperator : OperatorBase
The array of operators forming the path.
public readonly IList<OperatorBase> Operators
The matrix used to render the path.
public Matrix3x2 PathMatrix { get; }
Returns the path's bounds.
public RectangleF? GetBounds()