Table of Contents

Method OffsetBy

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

OffsetBy(double, double)

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

public readonly PointD OffsetBy(double dx, double dy)

Parameters

dx double
dy double

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