set_X()

IShape::set_X(float) method

Sets the x-coordinate of the shape’s upper-left corner, measured in points. Write float.

virtual void Aspose::Slides::IShape::set_X(float value)=0

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