[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height. [Property] Graphics=Sets the Graphics to fill a rectangle. ARG(Graphics)|20|(empty)|Graphics Brush=Sets the brush that determines the characteristics of the fill. ARG(Brush)|20|(empty)|Brush FillMode=Sets a member of the FillMode enumeration that determines the style of the fill. ARG(FillMode)|20|(empty)|FillMode Rect=Sets a Rectangle||RectangleF structure that represents the rectangle to fill. ARG(Rectangle||RectangleF)|20|(empty)|Rectangle Rects=Sets an array of Rectangle||RectangleF structures that represent the rectangles to fill. ARG(Rectangle[]||RectangleF[])|5| X=Sets the x-coordinate of the upper-left corner of the rectangle to fill. ARG(int||float)|2| Y=Sets the y-coordinate of the upper-left corner of the rectangle to fill. ARG(int||float)|2| Width=Sets a Width of the rectangle to fill. ARG(int||float)|2| Height=Sets a Height of the rectangle to fill. ARG(int||float)|2| [Methods] doFillRectangle=Fills the interior of a rectangle specified by a Rectangle||RectangleF structure. ARG(Brush brush, Rectangle||RectangleF rect)|1|0 *doFillRectangle2=Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height. ARG(Brush brush, int x, int y, int width, int height)|1|0 *doFillRectangle3=Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height. ARG(Brush brush, float x, float y, float width, float height)|1|0 *doFillRectangles=Fills the interiors of a series of rectangles specified by Rectangle||RectangleF structures. ARG(Brush brush, Rectangle[]||RectangleF[] rects)|1|0 Graphics=Defines the Graphics to fill a rectangle. ARG(Graphics)|4|0 Brush=Defines the brush that determines the characteristics of the fill. ARG(Brush)|4|0 *rect=Defines a Rectangle||RectangleF structure that represents the rectangle to fill. ARG(Rectangle||RectangleF)|4|0 *rects=Defines an array of Rectangle||RectangleF structures that represent the rectangles to fill. ARG(Rectangle[]||RectangleF[])|4|13 *x=Defines the x-coordinate of the upper-left corner of the rectangle to fill. ARG(int||float)|4|0 *y=Defines the y-coordinate of the upper-left corner of the rectangle to fill. ARG(int||float)|4|0 *width=Defines a Width of the rectangle to fill. ARG(int||float)|4|0 *height=Defines a Height of the rectangle to fill. ARG(int||float)|4|0