X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f43af7fea4a65c6ca41ac53ad439dab7814e61c3..380740af5dd112601916704a6d78d1112ebb31b5:/docs/latex/wx/graphicsmatrix.tex diff --git a/docs/latex/wx/graphicsmatrix.tex b/docs/latex/wx/graphicsmatrix.tex old mode 100755 new mode 100644 index 84c8a41082..b83e085ad0 --- a/docs/latex/wx/graphicsmatrix.tex +++ b/docs/latex/wx/graphicsmatrix.tex @@ -11,16 +11,21 @@ \section{\class{wxGraphicsMatrix}}\label{wxgraphicsmatrix} -A wxGraphicsMatrix is a native representation of an affine matrix. The contents are specific an 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 a CreateMatrix call on the graphics context or the renderer instance. +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 a CreateMatrix call on the graphics context or the renderer instance. \wxheading{Derived from} -\helpref{wxGraphicsObject}{wxgraphicsobject} +\helpref{wxGraphicsObject}{wxgraphicsobject}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxGraphicsMatrix::Concat}\label{wxgraphicsmatrixconcat} @@ -32,6 +37,17 @@ Concatenates the matrix passed with the current matrix. \func{void}{Concat}{\param{const wxGraphicsMatrix\& }{t}} +\membersection{wxGraphicsMatrix::Get}\label{wxgraphicsmatrixget} + +\constfunc{void }{Get}{\param{wxDouble* }{a=NULL}, + \param{wxDouble* }{b=NULL}, + \param{wxDouble* }{c=NULL}, + \param{wxDouble* }{d=NULL}, + \param{wxDouble* }{tx=NULL}, + \param{wxDouble* }{ty=NULL}} + +Returns the component values of the matrix via the argument pointers. + \membersection{wxGraphicsMatrix::GetNativeMatrix}\label{wxgraphicsmatrixgetnativematrix} \constfunc{void *}{GetNativeMatrix}{\void}