Home > All Other Interfaces > IScreenPointInfo

IScreenPointInfo6

The screen coordinate information of a specific pixel returned by the IWindow6.PixelFromWorld method. This interface allows you to test the coordinate’s visibility in the 3D Window

 

 

Properties

 

InsideScreenRect

A Boolean that returns whether the terrain coordinate falls in the 3D Window.

PointBehindCamera

A Boolean that returns whether the point is located behind the surface of the camera.

X

The x-screen coordinate of the terrain coordinate.

Y

The y-screen coordinate of the terrain coordinate.