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()
-
This = wxGraphicsMatrix()
-
See external documentation.
get(This) -> Result
-
Types:
-
Result = {A::number(), B::number(), C::number(), D::number(), Tx::number(), Ty::number()}
This = wxGraphicsMatrix()
-
Result = {A::number(), B::number(), C::number(), D::number(), Tx::number(), Ty::number()}
-
See external documentation.
invert(This) -> ok
-
Types:
-
This = wxGraphicsMatrix()
-
This = wxGraphicsMatrix()
-
See external documentation.
isEqual(This, T) -> boolean()
-
Types:
-
This = wxGraphicsMatrix()
T = wxGraphicsMatrix()
-
This = wxGraphicsMatrix()
-
See external documentation.
isIdentity(This) -> boolean()
-
Types:
-
This = wxGraphicsMatrix()
-
This = wxGraphicsMatrix()
-
See external documentation.
rotate(This, Angle) -> ok
-
Types:
-
This = wxGraphicsMatrix()
Angle = number()
-
This = wxGraphicsMatrix()
-
See external documentation.
scale(This, XScale, YScale) -> ok
-
Types:
-
This = wxGraphicsMatrix()
XScale = number()
YScale = number()
-
This = wxGraphicsMatrix()
-
See external documentation.
translate(This, Dx, Dy) -> ok
-
Types:
-
This = wxGraphicsMatrix()
Dx = number()
Dy = number()
-
This = wxGraphicsMatrix()
-
See external documentation.
set(This) -> ok
-
Types:
-
This = wxGraphicsMatrix()
-
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()}
-
This = wxGraphicsMatrix()
-
See external documentation.
transformPoint(This) -> {X::number(), Y::number()}
-
Types:
-
This = wxGraphicsMatrix()
-
This = wxGraphicsMatrix()
-
See external documentation.
transformDistance(This) -> {Dx::number(), Dy::number()}
-
Types:
-
This = wxGraphicsMatrix()
-
This = wxGraphicsMatrix()
-
See external documentation.
AUTHORS
<>