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