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

Implements

IViewport.ViewportToCameraScreen

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition