Table of Contents

Method Translate

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

Translate(double, double)

Applies the specified translation vector to this TransformMatrix by prepending the translation vector.

public void Translate(double offsetX, double offsetY)

Parameters

offsetX double

The x value by which to translate this TransformMatrix.

offsetY double

The y value by which to translate this TransformMatrix.