Click or drag to resize

IMatrixScale Method

Prepend a scale to the matrix from the origin (0, 0)

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Scale(
	float scaleX,
	float scaleY
)

Parameters

scaleX
Type: SystemSingle
The amount to multiply coordinates along the x axis
scaleY
Type: SystemSingle
The amount to multiply coordinates along the y axis
See Also