X

IShape.X property

Returns or sets the x-coordinate of the upper-left corner of the shape. Read/write Single.

public float X { get; set; }

Remarks

Returned value is always defined (is not float.NaN). Assigned value must be defined (not float.NaN). You can set undefined values for RawFrame instance properties.

See Also