Share via


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.

Scalable Vector Graphics (SVG) 1.1, Appendix MInternet Explorer 9

Syntax

HRESULT value = object.put_x1(float v);HRESULT value = object.get_x1(float* p);

Property values

Type: float

The absolute or relative x-coordinate for the first control point.

Standards information

Remarks

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