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