Class VisualPathOperator
- Namespace
- GrapeCity.Documents.Pdf.Operators
- Assembly
- GcDocs.Pdf.dll
Base abstract class for operators render a path.
public abstract class VisualPathOperator : PathOperator, IVisualOperator
- Inheritance
-
object
VisualPathOperator
- Implements
-
-
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
IsTilePatternUsed
Gets the value indicating whether the path uses Tile pattern.
public abstract bool IsTilePatternUsed { get; }
Property Value
- bool