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)
public Transform( double scaleX, double scaleY, double translateX, double translateY, double angle )
Type: System..Double
Scale factor in the x-direction.Type: System..Double
Scale factor in the y-direction.Type: System..Double
Distance to translate along the x-axis.Type: System..Double
Distance to translate along the y-axis.Type: System..Double
Rotation angle.