Aspose::Cells::Drawing::Shape::GetWidthPt method

Shape::GetWidthPt method

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

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

Examples

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

See Also