Click or drag to resize

MatrixGetScale Method

Returns the scale coordinates Xx and Yy of the matrix as a PointF.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static PointF GetScale(
	this IMatrix matrix
)

Parameters

matrix
Type: Eto.DrawingIMatrix

[Missing <param name="matrix"/> documentation for "M:Eto.Drawing.Matrix.GetScale(Eto.Drawing.IMatrix)"]

Return Value

Type: PointF

[Missing <returns> documentation for "M:Eto.Drawing.Matrix.GetScale(Eto.Drawing.IMatrix)"]

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