Table of Contents

Method Translate

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

Translate(float, float)

Offsets the coordinates of this Region by the specified amount.

public void Translate(float dx, float dy)

Parameters

dx float

The amount to offset this Region horizontally.

dy float

The amount to offset this Region vertically.