PixelHeight Property

See Also Applies To Example Model

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

Example

The following example prints the pixel height (400) of the Screen object to the debug window.

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