set_Width()

Shape::set_Width(float) method

Sets the width of the shape, measured in points. Write float.

void Aspose::Slides::Shape::set_Width(float value) override

Remarks

The value returned is always defined and never std::numeric_limits::quiet_NaN(). The value assigned must also be defined; assign std::numeric_limits::quiet_NaN() only to properties of a RawFrame instance.

See Also