ObjectDCL Banner

GetScreenSize Method

Description

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

Return Values

Returns the following according to the situation:

  • A Point indicating the width and height.
  • Nil if there is a problem.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_GetScreenSize )

Example

CopyCode imageCopy Code
; Get the screen dimension
(Setq rValue (Odcl_GetScreenSize))

See Also

GetVirtualScreenSize