PixelWidth Property

See Also Applies To Example Model

Returns the width (in screen pixels) of the Screen object display area. Read only Long.

Example

The following example prints the pixel width (300) of the Screen object to the debug window.

World.Screen.Resize 300, 400
Debug.Print World.Screen.PixelWidth