Overload | Description |
RoundRectangle(PointF,PointF,Single,Color) | Draws a rectangle with rounded corners on printer. |
RoundRectangle(RectangleF,Single,Color) | Draws a rectangle with rounded corners on printer. |
RoundRectangle(PointF,PointF,Single,Single,Color) | Draws a rectangle with rounded corners on printer. |
RoundRectangle(RectangleF,Single,Single,Color) | Draws a rectangle with rounded corners on printer. |
RoundRectangle(PointF,PointF,Single) | Draws a black rectangle with rounded corners on printer. |
RoundRectangle(RectangleF,Single) | Draws a rectangle with rounded corners on printer. |
RoundRectangle(PointF,PointF,Single,Single) | Draws a black rectangle with rounded corners on printer. |
RoundRectangle(RectangleF,Single,Single) | Draws a rectangle with rounded corners on printer. |
RoundRectangle(Point,Point,Int32,Color) | Draws a rectangle with rounded corners on printer The coordinates of the round rectangle must be within the physical area of the printer. To fill a rounded rectangle, set the FillColor and FillStyle properties of the object on which the rectangle is drawn. The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties |
RoundRectangle(Rectangle,Int32,Color) | Draws a rectangle with rounded corners on printer The coordinates of the round rectangle must be within the physical area of the printer. To fill a rounded rectangle, set the FillColor and FillStyle properties of the object on which the rectangle is drawn. The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties |
RoundRectangle(Point,Point,Int32,Int32,Color) | Draws a rectangle with rounded corners on printer The coordinates of the round rectangle must be within the physical area of the printer. To fill a rounded rectangle, set the FillColor and FillStyle properties of the object on which the rectangle is drawn. The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties |
RoundRectangle(Rectangle,Int32,Int32,Color) | Draws a rectangle with rounded corners on printer The coordinates of the round rectangle must be within the physical area of the printer. To fill a rounded rectangle, set the FillColor and FillStyle properties of the object on which the rectangle is drawn. The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties |
RoundRectangle(Point,Point,Int32) | Draws a black rectangle with rounded corners on printer The coordinates of the round rectangle must be within the physical area of the printer. To fill a rounded rectangle, set the FillColor and FillStyle properties of the object on which the rectangle is drawn. The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties |
RoundRectangle(Rectangle,Int32) | Draws a rectangle with rounded corners on printer The coordinates of the round rectangle must be within the physical area of the printer. To fill a rounded rectangle, set the FillColor and FillStyle properties of the object on which the rectangle is drawn. The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties |
RoundRectangle(Point,Point,Int32,Int32) | Draws a black rectangle with rounded corners on printer The coordinates of the round rectangle must be within the physical area of the printer. To fill a rounded rectangle, set the FillColor and FillStyle properties of the object on which the rectangle is drawn. The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties |
RoundRectangle(Rectangle,Int32,Int32) | Draws a rectangle with rounded corners on printer. |