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