Table of Contents

Method Offset

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

Offset(PointI)

Adjusts the location of this rectangle by the specified amount.

public void Offset(PointI pos)

Parameters

pos PointI

Offset(int, int)

Adjusts the location of this rectangle by the specified amount.

public void Offset(int px, int py)

Parameters

px int
py int