Click or drag to resize

MatrixFromScaleAt Method (SizeF, PointF)

Creates a new matrix with a scale at the specified center point

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

Parameters

scale
Type: Eto.DrawingSizeF
The amount to multiply coordinates by
center
Type: Eto.DrawingPointF
Point to scale from

Return Value

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