Click or drag to resize

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
)

Parameters

scale
Type: SystemSingle
Amount to scale in both the horizontal and vertical axis
See Also