Click or drag to resize

GraphicsScaleTransform Method (SizeF)

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(
	SizeF scale
)

Parameters

scale
Type: Eto.DrawingSizeF
Amount to scale in the horizontal and vertical axis
See Also