Creates a rectangle at the specified location.
Namespace:
Aurigma.DesignAtoms.Common.Math
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public static Path CreateRoundedRectanglePath( float x, float y, float width, float height, SizeF[] radiuses )
Type: System.Single
The x-coordinate of the upper-left corner of the rectangle.Type: System.Single
The y-coordinate of the upper-left corner of the rectangle.Type: System.Single
Width of the rectangle.Type: System.Single
Height of the rectangle.Type: System.Drawing.SizeF[]
Specifies an array of corner radiuses.