Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

LEPoint Struct Reference

Used to hold a pair of (x, y) values which represent a point. More...

#include <LETypes.h>

List of all members.

Public Attributes

float fX
 The x coordinate of the point. More...

float fY
 The y coordinate of the point. More...


Detailed Description

Used to hold a pair of (x, y) values which represent a point.

Stable:
ICU 2.4

Definition at line 258 of file LETypes.h.


Member Data Documentation

float LEPoint::fX
 

The x coordinate of the point.

Stable:
ICU 2.4

Definition at line 265 of file LETypes.h.

Referenced by LEFontInstance::pixelsToUnits(), LEFontInstance::transformFunits(), and LEFontInstance::unitsToPoints().

float LEPoint::fY
 

The y coordinate of the point.

Stable:
ICU 2.4

Definition at line 272 of file LETypes.h.

Referenced by LEFontInstance::pixelsToUnits(), LEFontInstance::transformFunits(), and LEFontInstance::unitsToPoints().


The documentation for this struct was generated from the following file:
Generated on Mon Nov 24 14:36:36 2003 for ICU 2.8 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001