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
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

<default>

Return Value

Point

.NET Framework

Supported in: 4.8

In this article

Definition