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