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
)
Public Shared Function FromScale (
scale As SizeF
) As IMatrix
static member FromScale :
scale : SizeF -> IMatrix
Parameters
- scale
- Type: Eto.DrawingSizeF
Scale size for the X and Y coordinates
Return Value
Type:
IMatrixA new matrix with a scale transform
See Also