Aspose::Cells::Drawing::Shape::GetRight method
Shape::GetRight method
Represents the width of the shape’s horizontal offset from its lower right corner column, in unit of pixels.
int32_t Aspose::Cells::Drawing::Shape::GetRight()
Examples
if (shape.GetRight() == 3)
shape.SetRight(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++