SvgGraphicsScale Method

Applies the specified scaling operation to the transformation matrix by prepending it to the object's transformation matrix.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public void Scale(
	float scaleX,
	float scaleY
)

Parameters

scaleX  Single
Scale factor in the x direction.
scaleY  Single
Scale factor in the y direction.

Implements

IGraphicsScale(Single, Single)

See Also