Odcl_YPixelsToTwips

(From Extension file)

<< Click to Display Table of Contents >>

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

Odcl_YPixelsToTwips

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_YPixelsToTwips

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. Use this method to convert the Y coordinate Pixels to Twips.

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_YPixelsToTwops MyProject_MyForm_MyControl 60)

 

AutLLisp Syntax:

(Sete rValue (OdPl_YPixelsToTwips nPixels [as Integer]))