Table of Contents

Method Offset

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

Offset(float, float)

Translates this PointD by the specified amount.

public void Offset(float dx, float dy)

Parameters

dx float
dy float

Offset(PointI)

Translates this PointD by the specified amount.

public void Offset(PointI p)

Parameters

p PointI