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