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