1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>GXOamAffine</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">GXOamAffine <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1>
15<h2>Definition</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/gx/g2_oam.h&gt;</CODE><BR>
20  <PRE><CODE>typedef struct
21{
22    u16 _0;
23    u16 _1;
24    u16 _2;
25    s16 PA;
26    u16 _4;
27    u16 _5;
28    u16 _6;
29    s16 PB;
30    u16 _8;
31    u16 _9;
32    u16 _10;
33    s16 PC;
34    u16 _12;
35    u16 _13;
36    u16 _14;
37    s16 PD;
38}
39GXOamAffine;
40</CODE></PRE>
41  </dd>
42
43</dl><h2>Elements</h2>
44<TABLE border="1" width="100%">
45  <TBODY>
46    <TR>
47      <TD width="200"><em><strong><font face="Courier New">PA</font></strong></em></TD>
48      <TD width="800">Affine transform parameter; amount of change in X direction on same line (dx)</TD>
49    </TR>
50    <TR>
51      <TD width="200"><em><strong><font face="Courier New">PB</font></strong></em></TD>
52      <TD width="800">Affine transform parameter; amount of change in X direction on next line (dmx)</TD>
53    </TR>
54    <TR>
55      <TD width="200"><em><strong><font face="Courier New">PC</font></strong></em></TD>
56      <TD width="800">Affine transform parameter; amount of change in Y direction on same line (dy)</TD>
57    </TR>
58    <TR>
59      <TD width="200"><em><strong><font face="Courier New">PD</font></strong></em></TD>
60      <TD width="800">Affine transform parameter; amount of change in Y direction on next line (dmy)</TD>
61    </TR>
62  </TBODY>
63</TABLE>
64
65<H2>Description</H2>
66<P>This structure is for manipulating the OAM affine transform parameters, PA, PB, PC, and PD.</P>
67<H2>See Also</H2>
68<P><A href="../g2/G2_SetOBJAffine.html">G2_SetOBJAffine</A></P>
69<H2>Revision History</H2>
70<P>2004/11/05 Initial version.
71</P>
72<hr><p>CONFIDENTIAL</p></body>
73</html>
74