Table of Contents

Method PointToClient

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

PointToClient(PointD)

Computes the location of the specified screen point into client coordinates.

public PointD PointToClient(PointD p)

Parameters

p PointD

The screen coordinate PointD to convert.

Returns

PointD

A PointD that represents the converted PointD, p, in client coordinates.