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