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