IViewport.ViewportToCameraScreen Method

Converts viewport coordinates (0 on top-left, relative to Viewport location) to camera screen coordinates (0 con the control bottom-left corner).
Function ViewportToCameraScreen( _ 
ByVal pt As Point
) As Point
This language is not supported or no code example is available.
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