Click or drag to resize

CanvasDrawRectangle Method

Overload List
  NameDescription
Public methodDrawRectangle(Rectangle, AtalaPen)
Draws a rectangle onto this canvas specifying the border pen.
Public methodDrawRectangle(Rectangle, Fill)
Draws a rectangle onto this canvas specifying the fill.
Public methodDrawRectangle(Rectangle, AtalaPen, Fill)
Draws a rectangle onto this canvas specifying the border pen and fill.
Public methodDrawRectangle(Rectangle, AtalaPen, Size)
Draws a rounded rectangle onto this canvas specifying the border pen.
Public methodDrawRectangle(Rectangle, Fill, Size)
Draws a rounded rectangle onto this canvas specifying the fill.
Public methodDrawRectangle(Rectangle, AtalaPen, Fill, Size)
Draws a rounded rectangle onto this canvas specifying the border pen and fill.
Top
See Also