Viewport.ScreenToViewport (PointF) Method

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

Parameters

pt
PointF

<default>

Return Value

PointF

.NET Framework

Supported in: 4.8

In this article

Definition