wxGraphicsMatrix
Module
wxGraphicsMatrix
Module Summary
See external documentation: wxGraphicsMatrix.
Description
See external documentation: wxGraphicsMatrix.
This class is derived (and can use functions) from:
wxGraphicsObject
DATA TYPES
Exports
Types
Result = {A::number(), B::number(), C::number(), D::number(), Tx::number(), Ty::number()}
This = wxGraphicsMatrix()
Types
This = wxGraphicsMatrix()
Types
This = wxGraphicsMatrix()
scale(This, XScale, YScale) -> 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()}
transformPoint(This) -> {X::number(), Y::number()}
Types
This = wxGraphicsMatrix()
transformDistance(This) -> {Dx::number(), Dy::number()}
Types
This = wxGraphicsMatrix()