This topic has not yet been rated - Rate this topic

x2 property

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

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

Syntax

HRESULT value = object.put_x2( v);HRESULT value = object.get_x2(* p);

Property values

Type: float

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

Exceptions

ExceptionCondition
NoModificationAllowedError

An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned.

Standards information

Remarks

The ISVGPathSegCurvetoCubicAbs::x2 property represents a relative coordinate for lowercase path commands (for example, q and c), and an absolute coordinate for uppercase path commands (for example, Q and C.)

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.