CanvasDrawingSessionDrawRoundedRectangle Method |
Name | Description | |
---|---|---|
DrawRoundedRectangle(Rect, Single, Single, ICanvasBrush) | Draws a rounded rectangle of single unit stroke width, using a brush to define the color. | |
DrawRoundedRectangle(Rect, Single, Single, Color) | Draws a rounded rectangle of single unit stroke width and the specified color. | |
DrawRoundedRectangle(Rect, Single, Single, ICanvasBrush, Single) | Draws a rounded rectangle of the specified stroke width, using a brush to define the color. | |
DrawRoundedRectangle(Rect, Single, Single, Color, Single) | Draws a rounded rectangle of the specified stroke width and color. | |
DrawRoundedRectangle(Rect, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a rounded rectangle of the specified stroke width, using a brush to define the color and with a custom stroke style. | |
DrawRoundedRectangle(Rect, Single, Single, Color, Single, CanvasStrokeStyle) | Draws a rounded rectangle of the specified stroke width and color, with a custom stroke style. | |
DrawRoundedRectangle(Single, Single, Single, Single, Single, Single, ICanvasBrush) | Draws a rounded rectangle of single unit stroke width, using a brush to define the color. | |
DrawRoundedRectangle(Single, Single, Single, Single, Single, Single, Color) | Draws a rounded rectangle of single unit stroke width and the specified color. | |
DrawRoundedRectangle(Single, Single, Single, Single, Single, Single, ICanvasBrush, Single) | Draws a rounded rectangle of the specified stroke width, using a brush to define the color. | |
DrawRoundedRectangle(Single, Single, Single, Single, Single, Single, Color, Single) | Draws a rounded rectangle of the specified stroke width and color. | |
DrawRoundedRectangle(Single, Single, Single, Single, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a rounded rectangle of the specified stroke width, using a brush to define the color and with a custom stroke style. | |
DrawRoundedRectangle(Single, Single, Single, Single, Single, Single, Color, Single, CanvasStrokeStyle) | Draws a rounded rectangle of the specified stroke width and color, with a custom stroke style. |