Draws a rectangle.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub DrawRectangle ( _ pen As Pen, _ rect As RectangleF _ )
public void DrawRectangle( Pen pen, RectangleF rect )
Type: Aurigma.GraphicsMill.Drawing.Pen
Pen object which is used to outline a rectangle.Type: System.Drawing.RectangleF
The RectangleF object to draw.All the coordinates are measured in units specified with Unit property.