Aspose::Cells::Drawing::Shape::GetWidth method

Shape::GetWidth method

Represents the width of shape, in unit of pixels.

int32_t Aspose::Cells::Drawing::Shape::GetWidth()

Examples

if (shape.GetWidth() == 3)
    shape.SetWidth(1);

See Also