Prepend a scale to the matrix from the specified point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void ScaleAt(
float scaleX,
float scaleY,
float centerX,
float centerY
)
Sub ScaleAt (
scaleX As Single,
scaleY As Single,
centerX As Single,
centerY As Single
)
abstract ScaleAt :
scaleX : float32 *
scaleY : float32 *
centerX : float32 *
centerY : float32 -> unit
Parameters
- scaleX
- Type: SystemSingle
The amount to multiply coordinates along the x axis - scaleY
- Type: SystemSingle
The amount to multiply coordinates along the y axis - centerX
- Type: SystemSingle
X co-ordinate of the point to scale from - centerY
- Type: SystemSingle
Y co-ordinate of the point to scale from
See Also