KUIML
Blue Cat's User Interface Programming Language
Kt::Graphics::DrawTransform Class Reference

2D transform applied to graphics context (experimental). More...

Public Member Functions

void Translate (double tx, double ty)
 translate by (tx,ty)
 
void Scale (double sx, double sy)
 Scale using sx and sy factors.
 
void Rotate (double angle)
 Rotation by angle, in degrees.
 

Detailed Description