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:
This = wxGraphicsMatrix()
T = wxGraphicsMatrix()
Types:
Result = {A::number(), B::number(), C::number(), D::number(), Tx::number(), Ty::number()}
This = wxGraphicsMatrix()
Types:
This = wxGraphicsMatrix()
Types:
This = wxGraphicsMatrix()
T = wxGraphicsMatrix()
Types:
This = wxGraphicsMatrix()
Types:
This = wxGraphicsMatrix()
Angle = number()
scale(This, XScale, YScale) -> ok
Types:
This = wxGraphicsMatrix()
XScale = number()
YScale = number()
Types:
This = wxGraphicsMatrix()
Dx = number()
Dy = number()
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()