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 Implements _ 
IViewport.ViewportToScreen
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

Return Value

Point

Implements

IViewport.ViewportToScreen

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition