Table of Contents

Method CreateScale

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

CreateScale(double, double)

Creates a TransformMatrix with the specified scale vector.

public static TransformMatrix CreateScale(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.

Returns

TransformMatrix