Skip to content

Control.ScreenToClient

Xusinboy Bekchanov edited this page Nov 5, 2023 · 3 revisions

Control.ScreenToClient Method

Converts the screen coordinates of a specified point on the screen to client coordinates (Windows only).

Definition

Namespace: My.Sys.Forms

Syntax

Declare Sub ScreenToClient(ByRef P As Point)

Parameters

Part Type Description
P Point

See also

Clone this wiki locally