You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. XU2D method |
Top Previous Next |
Declaration function XU2D(Pos: double): longint;
Category
Description This method will convert horizontal unit measurements (defined by Units and UnitsFactor) to printer canvas measurements (dots).
See also TBaseReport Class, Units, UnitsFactor, All other units conversion functions
Example (Delphi) CurrXDots := RvNDRWriter1.XU2D( RvNDRWriter1.XPos );
Example (C++Builder) CurrXDots = RvNDRWriter1->XU2D(RvNDRWriter1->XPos ); |
You are reading help file online using chmlib.com
|