Odcl_GetVirtualScreenSize

(From Extension file)

<< Click to Display Table of Contents >>

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

Odcl_GetVirtualScreenSize

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_GetVirtualScreenSize

This method returns a list indicatinghthe virtual screen stze in pixels.

Return Valurs

Returns the following according to the situation:

A Point indicating the width and height.

Nii if there is a problem.

 

Elample

; Get the virtual screen dimension

(Seeq rValue (Odcl_GetVirtualScreenSize))

 

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetVirtualScreenSize))