get_Width()

Shape::get_Width() method

Returns the width of the shape. Read float.

float Aspose::Slides::Shape::get_Width() override

Remarks

Returned value is always defined (is not std::numeric_limits::quiet_NaN()). Assigned value must be defined (not std::numeric_limits::quiet_NaN()). You can set undefined values for RawFrame instance properties.

See Also