Table of Contents

Method PointToScreen

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

PointToScreen(PointD)

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

public PointD PointToScreen(PointD p)

Parameters

p PointD

The client coordinate PointD to convert.

Returns

PointD

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