Prepend a scale to the matrix from the origin (0, 0)
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Scale(
float scaleX,
float scaleY
)
Sub Scale (
scaleX As Single,
scaleY As Single
)
abstract Scale :
scaleX : float32 *
scaleY : 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
See Also