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
)
Public Shared Function FromScaleAt (
scale As SizeF,
center As PointF
) As IMatrix
static member FromScaleAt :
scale : SizeF *
center : PointF -> IMatrix
Parameters
- scale
- Type: Eto.DrawingSizeF
The amount to multiply coordinates by - center
- Type: Eto.DrawingPointF
Point to scale from
Return Value
Type:
IMatrixA new matrix with a scale transform
See Also