documentationfor yFiles for HTML 2.6

Usages of MatrixOrder

Method Return Values

from (MatrixOrder)in MatrixOrderConverts the argument to MatrixOrder.

Method Parameters

multiply (Matrix, MatrixOrder?)in MatrixMultiplies this matrix instance by the given instance using the given order.
rotate (number, Point, MatrixOrder?)in MatrixPrepends or appends a rotation operation to this matrix around the specified rotation center.
rotate (number, MatrixOrder?)in MatrixPrepends or appends a rotation operation to this matrix around the origin.
scale (number, number, MatrixOrder?)in MatrixAppends or prepends a scale operation to this instance.
translate (Point, MatrixOrder?)in MatrixAppends or Prepends a translation to this instance.
from (MatrixOrder)in MatrixOrderConverts the argument to MatrixOrder.