wxGraphicsMatrix

wxGraphicsMatrix

wxGraphicsMatrix
Functions for wxGraphicsMatrix class

A wxGraphicsMatrix is a native representation of an affine matrix. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via wxGraphicsContext:createMatrix/2 or wxGraphicsRenderer:createMatrix/2.

This class is derived (and can use functions) from: wxGraphicsObject

wxWidgets docs: wxGraphicsMatrix

Types

Concatenates the matrix passed with the current matrix.

The effect of the resulting transformation is to first apply the transformation in t to the coordinates and then apply the transformation in the current matrix to the coordinates.

Types

Returns true if the elements of the transformation matrix are equal.

Types

Applies this matrix to a distance (ie.

performs all transforms except translations).