[]
Draw a rectangular area with parameters.
public class BoxRenderer
Name | Description |
---|---|
BoxRenderer() | Creates a new instance of BoxRenderer class. |
Name | Description |
---|---|
DrawThemedBox(Graphics, Rectangle, Brush, Color, Color, Color, int, TabAlignment, bool, bool) | Draws the rectangle with parameters. |
DrawThemedBox(Graphics, Rectangle, Brush, Color, int, bool) | Draws the rectangle with parameters. |
DrawThemedDivider(Graphics, Rectangle, Color, TabAlignment, bool) | Draws the divider with parameters. |