Odcl_XTwipsToPixels

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Extra Dialog function >

Odcl_XTwipsToPixels

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_XTwipsToPixels

Some ActiveX controls calculate their distances not in Pixels but in a unit called Twips. Twips are used to calculate the screen in actual inches. There are 1440 Twips per inch. If you require the units in Pixels, use this method to convert the X coordinate Twips to Pixels.

Parameters

Integer identifying the amount of pixels to convert.

 

Return Values

Returns the following according to the situation:

Integer indicating the corresponding amount in twips.

 

Example

; Convert this value

(Odcl_XTwipsToPixels MyProject_MyForm_MyControl 60)

 

AutoLisp Syntax:

(Setq rValue (Odcl_XTwipsToPixels nPixels [as Integer]))