get_Width()

IShape::get_Width() method

Returns the width of the shape. Read float.

virtual float Aspose::Slides::IShape::get_Width()=0

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