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