Path.Scale Method

Scales coordinates of all points in the path.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Scale(
	float scaleX,
	float scaleY
)

Parameters

scaleX

Type: System.Single

The value by which to scale x-coordinates of the path points.
scaleY

Type: System.Single

The value by which to scale y-coordinates of the path points.

See Also

Reference