Link Search Menu Expand Document

CanvasDrawRectangle Method

OverloadĀ List
NameDescription
Public methodDrawRectangle(Brush, RectangleF)
Draws a rectangle specified by a System.Drawing.Rectangle structure.
Public methodDrawRectangle(Pen, RectangleF)
Draws a rectangle specified by a System.Drawing.Rectangle structure.
Public methodDrawRectangle(Pen, Brush, RectangleF)
Draws a rectangle specified by a System.Drawing.Rectangle structure.
Public methodDrawRectangle(Brush, Single, Single, Single, Single)
Draws a rectangle specified by a coordinate pair, a width, and a height.
Public methodDrawRectangle(Pen, Single, Single, Single, Single)
Draws a rectangle specified by a coordinate pair, a width, and a height.
Public methodDrawRectangle(Pen, Brush, Single, Single, Single, Single)
Draws a rectangle specified by a coordinate pair, a width, and a height.
Top
See Also

Reference