Click or drag to resize

MatrixScaleAt Method (IMatrix, SizeF, PointF)

Prepend a scale to the matrix from the specified point

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

Parameters

matrix
Type: Eto.DrawingIMatrix
Matrix to scale
scale
Type: Eto.DrawingSizeF
The amount to multiply coordinates
center
Type: Eto.DrawingPointF
Point to scale from

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IMatrix. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also