Creates a new Path shaped as a rectangle defined by a pair of coordinates, a width, and a height.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Path Rectangle( float x, float y, float width, float height )
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
The width of the rectangle.Type: System.Single
The height of the rectangle.