Viewport.ScreenToViewport (Point) Method

Converts Screen coordinates (0 on top of control) to Viewport coordinates (0 on top of viewport)
Public Function ScreenToViewport( _ 
ByVal pt As Point
) As Point Implements _ 
IViewport.ScreenToViewport
This language is not supported or no code example is available.
public Point ScreenToViewport( 
Point pt 
)
This language is not supported or no code example is available.

Parameters

pt
Point

Return Value

Point

Implements

IViewport.ScreenToViewport

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition