Aspose::Pdf::Operators::Re class

Re class

Class representing re operator (add rectangle to the path).

class Re : public Aspose::Pdf::Operator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Height() constHeight of the rectangle.
get_Index()Operator index in page operators list.
get_Width() constWidth of the rectangle.
get_X() constX coordinate of most left side of rectangle.
get_Y() constY corrdinate of bottom side of rectangle.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
Re()Initializes operator.
Re(double, double, double, double)Initializes operator.
set_Height(double)Height of the rectangle.
set_Index(int32_t)Operator index in page operators list.
set_Width(double)Width of the rectangle.
set_X(double)X coordinate of most left side of rectangle.
set_Y(double)Y corrdinate of bottom side of rectangle.
ToString() const overrideReturns text representation of the operator.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also