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