[]
Base abstract class for operators performing something on the current path: stroke, fill etc.
public abstract class PathOperator : OperatorBase
| Name | Description |
|---|---|
| Operators | The array of operators forming the path. |
| Name | Description |
|---|---|
| PathMatrix | The matrix used to render the path. |
| Name | Description |
|---|---|
| GetBounds() | Returns the path's bounds. |