[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws a rectangle specified by a coordinate pair, a width, and a height. [Property] Graphics=Sets the Graphics to draw a rectangle. ARG(Graphics)|20|(empty)|Graphics Pen=Sets the Pen that determines the color, width, and style of the rectangle. ARG(Pen)|20|(empty)|Pen Rect=Sets a Rectangle structure that represents the rectangle to draw. ARG(Rectangle)|20|(empty)|Rectangle Rects=Sets an array of Rectangle||RectangleF structures that represent the rectangles to draw. ARG(Rectangle[]||RectangleF[])|5| X=Sets the x-coordinate of the upper-left corner of the rectangle to draw. ARG(int||float)|2| Y=Sets the y-coordinate of the upper-left corner of the rectangle to draw. ARG(int||float)|2| Width=Sets the Width of the rectangle to draw. ARG(int||float)|2| Height=Sets the Height of the rectangle to draw. ARG(int||float)|2| [Methods] doDrawRectangle=Draws a rectangle specified by a coordinate pair, a width, and a height. ARG(Pen pen, int x, int y, int width, int height)|1|0 *doDrawRectangle2=Draws a rectangle specified by a Rectangle structure. ARG(Pen pen, Rectangle rect)|1|0 *doDrawRectangle3=Draws a rectangle specified by a coordinate pair, a width, and a height. ARG(Pen pen, float x, float y, float width, float height)|1|0 *doDrawRectangles=Draws a series of rectangles specified by Rectangle structures. ARG(Pen pen, Rectangle[] rects)|1|0 *doDrawRectangles2=Draws a series of rectangles specified by RectangleF structures. ARG(Pen pen, RectangleF[] rects)|1|0 Graphics=Defines the Graphics to draw a rectangle. ARG(Graphics)|4|0 Pen=Defines the Pen that determines the color, width, and style of the rectangle. ARG(Pen)|4|0 *rect=Defines a Rectangle structure that represents the rectangle to draw. ARG(Rectangle)|4|0 *rects=Defines an array of Rectangle||RectangleF structures that represent the rectangles to draw. ARG(Rectangle[]||RectangleF[])|4|13 *x=Defines the x-coordinate of the upper-left corner of the rectangle to draw. ARG(int||float)|4|0 *y=Defines the y-coordinate of the upper-left corner of the rectangle to draw. ARG(int||float)|4|0 *width=Defines the Width of the rectangle to draw. ARG(int||float)|4|0 *height=Defines the Height of the rectangle to draw. ARG(int||float)|4|0