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
-
object
PathOperator
-
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Fields
Operators
The array of operators forming the path.
public readonly IList<OperatorBase> Operators
Field Value
- System.Collections.Generic.IList<T><OperatorBase>
Properties
PathMatrix
The matrix used to render the path.
public Matrix3x2 PathMatrix { get; }
Property Value
- System.Numerics.Matrix3x2
Methods
GetBounds()
Returns the path's bounds.
public RectangleF? GetBounds()
Returns
- System.Drawing.RectangleF?