X

Shape.X property

Gets or sets the x-coordinate of the shape’s upper-left corner, measured in points. Read/write Single.

public float X { get; set; }

Remarks

The value returned is always defined and never NaN. The value assigned must also be defined; assign NaN only to properties of a RawFrame instance.

See Also