Aspose::Pdf::Operators::Re class
Contents
[
Hide
]Re class
Class representing re operator (add rectangle to the path).
class Re : public Aspose::Pdf::Operator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_Height() const | Height of the rectangle. |
get_Width() const | Width of the rectangle. |
get_X() const | X coordinate of most left side of rectangle. |
get_Y() const | Y corrdinate of bottom side of rectangle. |
Re() | Initializes operator. |
Re(double, double, double, double) | Initializes operator. |
set_Height(double) | Height of the rectangle. |
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 override | Returns text representation of the operator. |
See Also
- Class Operator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++