This topic has not yet been rated - Rate this topic

translate method

Post-multiplies the matrix by a translation transformation and returns the resulting matrix.

Scalable Vector Graphics: Coordinate Systems, Transformations and Units, Section 7.14.3Internet Explorer 9

Syntax


ISVGMatrix retVal = object.translate(x, y);

Parameters

x [in]

Type: float

The distance to translate along the x-axis.

y [in]

Type: float

The distance to translate along the y-axis.

Standards information

Remarks

Post-multiplies means that other matrix operations are performed before this operation.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.