Table of Contents

Method Translate

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

Translate(double, double)

Offsets the coordinates of this Region by the specified amount.

public void Translate(double dx, double dy)

Parameters

dx double

The amount to offset this Region horizontally.

dy double

The amount to offset this Region vertically.