Transform Constructor (Double, Double, Double, Double, Double)

Creates and initializes an instance of the Transform class using the specified settings.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

C#
public Transform(
	double scaleX,
	double scaleY,
	double translateX,
	double translateY,
	double angle
)

Parameters

scaleX

Type: System..Double

Scale factor in the x-direction.
scaleY

Type: System..Double

Scale factor in the y-direction.
translateX

Type: System..Double

Distance to translate along the x-axis.
translateY

Type: System..Double

Distance to translate along the y-axis.
angle

Type: System..Double

Rotation angle.

See Also

Reference