This topic has not yet been rated - Rate this topic

createSVGPathSegLinetoHorizontalRel method

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalRel object.

Scalable Vector Graphics: Paths, Section 8.5.23Internet Explorer 9

Syntax


ISVGPathSegLinetoHorizontalRel retVal = object.createSVGPathSegLinetoHorizontalRel(x);

Parameters

x [in]

Type: float

The relative x-coordinate for the end point of this path segment.

Standards information

Remarks

Returns a stand-alone, parentless horizontal line that is drawn from the current point to the specified point by using the relative coordinates.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.