Table of Contents

Method Transform

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Transform(int, int, float, float)

When implemented by a class, sets a two-dimensional linear transformation for the specified device context.

void Transform(int x, int y, float scaleX, float scaleY)

Parameters

x int

Horizontal offset of the transformation.

y int

Vertical offset of the transformation.

scaleX float

Horizontal scale of the transformation.

scaleY float

Vertical scale of the transformation.