Aspose::Cells::Drawing::Shape::GetWidthInch method

Shape::GetWidthInch method

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

double Aspose::Cells::Drawing::Shape::GetWidthInch()

Examples

if (shape.GetWidthInch() == 3)
    shape.SetWidthInch(1);

See Also