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