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