[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.AddRect

AddRect Class

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

Inheritance
AddRect
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class AddRect : OperatorBase
Public Class AddRect
    Inherits OperatorBase

Constructors

Name Description
AddRect(RectangleF)

Initializes a new instance of the AddRect class.

Fields

Name Description
Rect

The rectangle.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

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