Viewport.ViewportToCameraScreen Method

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

Parameters

pt
Point

The point to convert

Return Value

Point

The point in camera screen coordinates

.NET Framework

Supported in: 4.8

In this article

Definition