Table of Contents

Method ToPoint

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

ToPoint()

Converts a PointD structure to a PointI structure.

public readonly PointI ToPoint()

Returns

PointI

A PointI structure.

Remarks

The PointD structure is converted to a PointI structure by truncating the values of the PointD to the next lower integer values.