Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.awt   Previous This
Package
Next

 


Class Mat2

public 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

em11
The M11 component of a 3-by-3 transformation matrix.
em12
The M12 component of a 3-by-3 transformation matrix.
em21
The M21 component of a 3-by-3 transformation matrix.
em22
The M22 component of a 3-by-3 transformation matrix.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.