Link Search Menu Expand Document

CanvasDrawRoundedRectangle Method

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

Reference