Table of Contents

Method ScreenToClient

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ScreenToClient(PointD)

Converts the screen coordinates of a specified point on the screen to client-area coordinates.

public virtual PointD ScreenToClient(PointD point)

Parameters

point PointD

A PointD that specifies the screen coordinates to be converted.

Returns

PointD

The converted cooridnates.