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(float, float)

Adjusts the location of this rectangle by the specified amount.

public void Offset(float dx, float dy)

Parameters

dx float
dy float