Click or drag to resize

MatrixFromScale Method (SizeF)

Creates a new matrix with the specified scale

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static IMatrix FromScale(
	SizeF scale
)

Parameters

scale
Type: Eto.DrawingSizeF
Scale size for the X and Y coordinates

Return Value

Type: IMatrix
A new matrix with a scale transform
See Also