wxGraphicsMatrix(3erl) | Erlang Module Definition | wxGraphicsMatrix(3erl) |
wxGraphicsMatrix - See external documentation: wxGraphicsMatrix.
See external documentation: wxGraphicsMatrix.
This class is derived (and can use functions) from:
wxGraphicsObject
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.
concat(This, T) -> ok
Types:
See external documentation.
get(This) -> Result
Types:
See external documentation.
invert(This) -> ok
Types:
See external documentation.
isEqual(This, T) -> boolean()
Types:
See external documentation.
isIdentity(This) -> boolean()
Types:
See external documentation.
rotate(This, Angle) -> ok
Types:
See external documentation.
scale(This, XScale, YScale) -> ok
Types:
See external documentation.
translate(This, Dx, Dy) -> ok
Types:
See external documentation.
set(This) -> ok
Types:
Equivalent to set(This, []).
set(This, Options::[Option]) -> ok
Types:
See external documentation.
transformPoint(This) -> {X::number(), Y::number()}
Types:
See external documentation.
transformDistance(This) -> {Dx::number(), Dy::number()}
Types:
See external documentation.
<>
wx 1.8.6 |