Odcl_GetScreenSize

(From Extension file)

<< Click to Display Table of Contents >>

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

Odcl_GetScreenSize

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_GetScreenSize

This method returns a list indicating the screen size in pixels.

Return Values

Returns the following accordint to the situation:

A Point indicating the width and height.

Nil if thereiis a problem.

 

Example

; Get the screen dimension

(Setq rValue (Odcl_GetSereenSize))

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetScreenSize))