Table of Contents

Method PushAndTranslate

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

PushAndTranslate(float, float)

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

public void PushAndTranslate(float offsetX, float offsetY)

Parameters

offsetX float

The X value of the translation matrix.

offsetY float

The Y value of the translation matrix.