[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.PathOperator

Class PathOperator

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

Base abstract class for operators performing something on the current path: stroke, fill etc.

public abstract class PathOperator : OperatorBase
Inheritance
PathOperator
Derived
Inherited Members

Fields

Operators

The array of operators forming the path.

public readonly IList<OperatorBase> Operators

Field Value

IList<OperatorBase>

Properties

PathMatrix

The matrix used to render the path.

public Matrix3x2 PathMatrix { get; }

Property Value

Matrix3x2

Methods

GetBounds()

Returns the path's bounds.

public RectangleF? GetBounds()

Returns

RectangleF?