Table of Contents

Method Offset

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

Offset(PointD)

Adjusts the location of this rectangle by the specified amount.

public void Offset(PointD pos)

Parameters

pos PointD

Offset(double, double)

Adjusts the location of this rectangle by the specified amount.

public void Offset(double dx, double dy)

Parameters

dx double
dy double