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