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