GraphicsIHandlerScaleTransform Method |
Scales the co-ordinate system by a factor
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void ScaleTransform(
float scaleX,
float scaleY
)
Sub ScaleTransform (
scaleX As Single,
scaleY As Single
)
abstract ScaleTransform :
scaleX : float32 *
scaleY : float32 -> unit
Parameters
- scaleX
- Type: SystemSingle
Amount to scale the horizontal axis - scaleY
- Type: SystemSingle
Amount to scale the vertical axis
See Also