Aspose::Cells::Drawing::Shape::GetHeightScale method
Shape::GetHeightScale method
Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;.
int32_t Aspose::Cells::Drawing::Shape::GetHeightScale()
Examples
if (shape.GetHeightScale() == 3)
shape.SetHeightScale(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++