wxGraphicsMatrix(3erl) Erlang Module Definition wxGraphicsMatrix(3erl)
NAME
wxGraphicsMatrix - See external documentation: wxGraphicsMatrix.
DESCRIPTION
See external documentation: wxGraphicsMatrix.
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, T) -> ok
Types:
This = wxGraphicsMatrix()
T = wxGraphicsMatrix()
See external documentation.
get(This) -> Result
Types:
Result = {A::number(), B::number(), C::number(), D::number(),
Tx::number(), Ty::number()}
This = wxGraphicsMatrix()
See external documentation.
invert(This) -> ok
Types:
This = wxGraphicsMatrix()
See external documentation.
isEqual(This, T) -> boolean()
Types:
This = wxGraphicsMatrix()
T = wxGraphicsMatrix()
See external documentation.
isIdentity(This) -> boolean()
Types:
This = wxGraphicsMatrix()
See external documentation.
rotate(This, Angle) -> ok
Types:
This = wxGraphicsMatrix()
Angle = number()
See external documentation.
scale(This, XScale, YScale) -> ok
Types:
This = wxGraphicsMatrix()
XScale = number()
YScale = number()
See external documentation.
translate(This, Dx, Dy) -> ok
Types:
This = wxGraphicsMatrix()
Dx = number()
Dy = number()
See external documentation.
set(This) -> ok
Types:
This = wxGraphicsMatrix()
Equivalent to set(This, []).
set(This, Options::[Option]) -> ok
Types:
This = wxGraphicsMatrix()
Option = {a, number()} | {b, number()} | {c, number()} | {d,
number()} | {tx, number()} | {ty, number()}
See external documentation.
transformPoint(This) -> {X::number(), Y::number()}
Types:
This = wxGraphicsMatrix()
See external documentation.
transformDistance(This) -> {Dx::number(), Dy::number()}
Types:
This = wxGraphicsMatrix()
See external documentation.
AUTHORS
<>
wx 1.9.1 wxGraphicsMatrix(3erl)