Viewport.ViewportToScreen Method

Converts Viewport coordinates (0 on top of viewport) to Screen coordinates (0 on top of control)
Public Function ViewportToScreen( _ 
ByVal pt As Point
) As Point
This language is not supported or no code example is available.
public Point ViewportToScreen( 
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