[]
PDF "re" operator. Append a rectangle to the current path as a complete subpath.
public class AddRect : OperatorBase
Initializes a new instance of the AddRect class.
public AddRect(RectangleF rect)
rect
System.Drawing.RectangleFThe value of Rect.
The rectangle.
public readonly RectangleF Rect
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.