y2 property

[This documentation is preliminary and is subject to change.]

Gets or sets the absolute or relative y-coordinate for the second control point.

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

Syntax

HRESULT value = object.put_y2(float v);HRESULT value = object.get_y2(float* p);

Property values

Type: float

The absolute or relative y-coordinate for the second control point.

Standards information

Remarks

The y2 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