This documentation is for the old version. Go to the latest Graphics Mill docs

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

Visual Basic
Public Sub New ( _
	scaleX As Double, _
	scaleY As Double, _
	translateX As Double, _
	translateY As Double, _
	angle As Double _
)
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