Table of Contents

Method OffsetBy

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

OffsetBy(float, float)

Returns new PointD with coordinates of this point translated by the specified amount.

public readonly PointD OffsetBy(float dx, float dy)

Parameters

dx float
dy float

Returns

PointD

OffsetBy(PointD)

Returns new PointD with coordinates of this point translated by the specified amount specified in d.

public readonly PointD OffsetBy(PointD d)

Parameters

d PointD

Returns

PointD