Eyeshot 10 WinForms API Reference
ViewportToCameraScreen Method (Viewport)

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class : ViewportToCameraScreen Method
The point to convert
Converts Viewport coordinates (0 on top of viewport) to Camera Screen coordinates (0 on bottom of control)
Syntax
'Declaration
 
Public Function ViewportToCameraScreen( _
   ByVal pt As Point _
) As Point
public Point ViewportToCameraScreen( 
   Point pt
)

Parameters

pt
The point to convert

Return Value

The point in camera screen coordinates
See Also

Reference

Viewport Class
Viewport Members