Aspose::Cells::Drawing::Shape::SetWidthPt method

Shape::SetWidthPt method

Represents the width of the shape, in unit of point.

void Aspose::Cells::Drawing::Shape::SetWidthPt(double value)

Examples

if (shape.GetWidthPt() == 3)
    shape.SetWidthPt(1);

See Also