Registriert seit: 2. Okt 2006
76 Beiträge
Delphi 2007 Enterprise
|
Re: emf drehen
20. Jun 2008, 12:50
Hi FAlter,
Drehzentrum könnte hinkommen, die Hilfe gilt folgende Info für SetWorldTransform :
For any coordinates (x, y) in world space, the transformed coordinates in page space (x', y') can be determined by the following algorithm:
x' = x * eM11 + y * eM21 + eDx,
y' = x * eM12 + y * eM22 + eDy,
where the transformation matrix is represented by the following:
| eM11 eM12 0 |
| eM21 eM22 0 |
| eDx eDy 1 |
Gruß
Gargano
|