IViewport.ScreenToViewport Method

Converts viewport layout screen coordinates to viewport coordinates.
Function ScreenToViewport( _ 
ByVal screenPoint As Point
) As Point
This language is not supported or no code example is available.
Point ScreenToViewport( 
Point screenPoint 
)
This language is not supported or no code example is available.

Parameters

screenPoint
Point

The coordinates of the point relative to the viewport layout

Return Value

Point

The coordinates of the point relative to the viewport.

.NET Framework

Supported in: 4.8

In this article

Definition