Matrix4x4F::Scale method (d2d1_1helper.h)

Scales the perspective plane of the matrix.

Syntax

Matrix4x4F Scale(
  FLOAT x,
  FLOAT y,
  FLOAT z
);

Parameters

x

Type: FLOAT

The scale in the X direction.

y

Type: FLOAT

The scale in the Y direction.

z

Type: FLOAT

The scale in the Z direction.

Return value

Type: Matrix4x4F

The result matrix.

Requirements

Requirement Value
Target Platform Windows
Header d2d1_1helper.h

See also

Matrix4x4F