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