Table of Contents

Method Scale

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

Scale(float, float)

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

public void Scale(float scaleX, float scaleY)

Parameters

scaleX float

The value by which to scale this TransformMatrix in the x-axis direction.

scaleY float

The value by which to scale this TransformMatrix in the y-axis direction.