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