set_Y()

Shape::set_Y(float) method

Sets the y-coordinate of the upper-left corner of the shape. Write float.

void Aspose::Slides::Shape::set_Y(float value) 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