GraphicsScaleTransform Method (Single) |
Scales the co-ordinate system by a factor
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void ScaleTransform(
float scale
)
Public Sub ScaleTransform (
scale As Single
)
member ScaleTransform :
scale : float32 -> unit
Parameters
- scale
- Type: SystemSingle
Amount to scale in both the horizontal and vertical axis
See Also