xtd 0.2.0
Loading...
Searching...
No Matches

◆ multiply_transform() [1/2]

void xtd::drawing::graphics::multiply_transform ( const xtd::drawing::drawing_2d::matrix matrix)

Multiplies the world transformation of this xtd::drawing::graphics and specified the xtd::drawing::drawing_2d::matrix.

Parameters
matrix4x4 xtd::drawing::drawing_2d::matrix that multiplies the world transformation.
Remarks
This method prepends the matrix specified by the matrix parameter, so that the result is matrix x world transformation.