Transform.setElements

Modifies the receiver to represent a new transformation given all of the elements that represent the matrix that describes that transformation.

@param m11 the first element of the first row of the matrix @param m12 the second element of the first row of the matrix @param m21 the first element of the second row of the matrix @param m22 the second element of the second row of the matrix @param dx the third element of the first row of the matrix @param dy the third element of the second row of the matrix

@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

class Transform
void
setElements
(
float m11
,
float m12
,
float m21
,
float m22
,
float dx
,
float dy
)

Meta