Click or drag to resize

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
)

Parameters

scaleX
Type: SystemSingle
Amount to scale the horizontal axis
scaleY
Type: SystemSingle
Amount to scale the vertical axis
See Also