[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.AddRect

Class AddRect

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

PDF "re" operator. Append a rectangle to the current path as a complete subpath.

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

Constructors

AddRect(RectangleF)

Initializes a new instance of the AddRect class.

public AddRect(RectangleF rect)

Parameters

rect System.Drawing.RectangleF

The value of Rect.

Fields

Rect

The rectangle.

public readonly RectangleF Rect

Field Value

System.Drawing.RectangleF

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

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.