To directly manipulate the device-transformation matrix it is necessary for applications to know the following values:
X1
The device-transformation matrix is defined as:
┌────────────────────────────────────┬──────────────────────────────┐ │ The device-transformation matrix: │ where: │ │ ┌ ┐ │ │ │ │ Msub11 0 0 │ │ a = (Xsub2-Xsub1)/(Xps+1) │ │ │ 0 Msub22 0 │ │ │ │ │ Msub31 Msub32 1 │ │ b = (Ysub2-Ysub1)/(Yps+1) │ │ └ ┘ │ │ │ │ c = Xsub1+(a-1)/2 │ │ │ │ │ │ d = Ysub1+(b-1)/2 │ │ │ │ └────────────────────────────────────┴──────────────────────────────┘