CanvasDrawRectangle Method |
Name | Description | |
---|---|---|
DrawRectangle(Rectangle, AtalaPen) | Draws a rectangle onto this canvas specifying the border pen. | |
DrawRectangle(Rectangle, Fill) | Draws a rectangle onto this canvas specifying the fill. | |
DrawRectangle(Rectangle, AtalaPen, Fill) | Draws a rectangle onto this canvas specifying the border pen and fill. | |
DrawRectangle(Rectangle, AtalaPen, Size) | Draws a rounded rectangle onto this canvas specifying the border pen. | |
DrawRectangle(Rectangle, Fill, Size) | Draws a rounded rectangle onto this canvas specifying the fill. | |
DrawRectangle(Rectangle, AtalaPen, Fill, Size) | Draws a rounded rectangle onto this canvas specifying the border pen and fill. |