You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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