[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.DrawShading

Class DrawShading

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

PDF "sh" operator. Paint the shape and color shading described by a shading dictionary, subject to the current clipping path.

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

Fields

ShadingName

The name of the shading.

public readonly PdfName ShadingName

Field Value

PdfName

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string

Methods

GetBounds()

Returns the operator's bounds.

public RectangleF? GetBounds()

Returns

System.Drawing.RectangleF?

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.