|
|
|||||||||||||
Class Mat2public class Mat2 { // Fields public float em11; public float em12; public float em21; public float em22; } This class defines a transformation matrix that can be used with outline font methods. The identity matrix produces a transformation, in which the transformed graphical object is identical to the source object. In the identity matrix, the value of em11 and em22 is 1. The value of em12 and em21 is 0. Fields
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |