Table of Contents

Method Offset

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

Offset(double, double)

Translates this PointD by the specified amount.

public void Offset(double dx, double dy)

Parameters

dx double
dy double

Offset(PointI)

Translates this PointD by the specified amount.

public void Offset(PointI p)

Parameters

p PointI