Table of Contents

Method PushTransform

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

PushTransform(TransformMatrix)

Pushes the current state of the Graphics transformation matrix on a stack and concatenates the current transform with a new transform.

void PushTransform(TransformMatrix transform)

Parameters

transform TransformMatrix

A transform to concatenate with the current transform.