Table of Contents

Method PushAndTranslate

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

PushAndTranslate(double, double)

Creates translation matrix and calls PushTransform(TransformMatrix) with it.

public void PushAndTranslate(double offsetX, double offsetY)

Parameters

offsetX double

The X value of the translation matrix.

offsetY double

The Y value of the translation matrix.