ObjectDCL Banner

GetVirtualScreenSize Method

Description

This method returns a list indicating the virtual 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_GetVirtualScreenSize )

Example

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

See Also

GetScreenSize