[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.CloseFillStrokeNonZeroWindingPath

Class CloseFillStrokeNonZeroWindingPath

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

PDF "b" operator. Close, fill and then stroke the path, using the nonzero winding number rule to determine the region to fill.

public class CloseFillStrokeNonZeroWindingPath : VisualPathOperator, IVisualOperator
Inheritance
object
CloseFillStrokeNonZeroWindingPath
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

IsTilePatternUsed

Gets the value indicating whether the path uses Tile pattern.

public override bool IsTilePatternUsed { get; }

Property Value

bool

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string