wxGraphicsMatrix.3erl

Langue: en

Autres versions - même langue

Version: 271119 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxGraphicsMatrix - See external documentation: wxGraphicsMatrix.

DESCRIPTION

See external documentation: wxGraphicsMatrix <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html>.

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

DATA TYPES

wxGraphicsMatrix():

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

EXPORTS

concat(This::wxGraphicsMatrix(), T::wxGraphicsMatrix()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixconcat>.

get(This::wxGraphicsMatrix()) -> {A::float(), B::float(), C::float(), D::float(), Tx::float(), Ty::float()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixget>.

getNativeMatrix(This::wxGraphicsMatrix()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixgetnativematrix>.

invert(This::wxGraphicsMatrix()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixinvert>.

isEqual(This::wxGraphicsMatrix(), T::wxGraphicsMatrix()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixisequal>.

isIdentity(This::wxGraphicsMatrix()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixisidentity>.

rotate(This::wxGraphicsMatrix(), Angle::float()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixrotate>.

scale(This::wxGraphicsMatrix(), XScale::float(), YScale::float()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixscale>.

translate(This::wxGraphicsMatrix(), Dx::float(), Dy::float()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixtranslate>.

set(This::wxGraphicsMatrix()) -> ok


Equivalent to set(This, []).

set(This::wxGraphicsMatrix(), Options::[Option]) -> ok

Types
Option = {a, float()} | {b, float()} | {c, float()} | {d, float()} | {tx, float()} | {ty, float()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixset>.

transformPoint(This::wxGraphicsMatrix()) -> {X::float(), Y::float()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixtransformpoint>.

transformDistance(This::wxGraphicsMatrix()) -> {Dx::float(), Dy::float()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgraphicsmatrix.html#wxgraphicsmatrixtransformdistance>.