Creates and initializes an instance of the RectangleF class.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.RotatedRectangleF = function(centerX, centerY, width, height, angle);
Type: Global..Number
The x-coordinate of the rotation center of the rectangle to create.Type: Global..Number
The y-coordinate of the rotation center of the rectangle to create.Type: Global..Number
The width of the rectangle to create.Type: Global..Number
The height of the rectangle to create.Type: Global..Number
The rotation angle of the rectangle to create.