x1 property
[This documentation is preliminary and is subject to change.]
Gets or sets the absolute or relative x-coordinate for the first control point.
HRESULT value = object.put_x1(float v);HRESULT value = object.get_x1(float* p);
Type: float
The absolute or relative x-coordinate for the first control point.
- Scalable Vector Graphics (SVG) 1.1, Appendix M
The x1 property represents a relative coordinate for lowercase path commands (for example, q
and c
), and an absolute coordinate for uppercase path commands Q
and C
.)
Build date: 1/26/2012