Table of Contents

Method Scale

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

Scale(double, double)

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

public void Scale(double scaleX, double scaleY)

Parameters

scaleX double

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

scaleY double

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