GraphicsContainer.Scale Method

Scales this GraphicsContainer.

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

Syntax

C#
public void Scale(
	float dx,
	float dy
)

Parameters

dx

Type: System.Single

The value to scale horizontally.
dy

Type: System.Single

The value to scale vertically.

See Also

Reference