Aspose::Cells::Drawing::Shape::GetHeight method
Shape::GetHeight method
Represents the height of shape, in unit of pixel.
int32_t Aspose::Cells::Drawing::Shape::GetHeight()
Examples
if (shape.GetHeight() == 3)
shape.SetHeight(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++