CanvasDrawingSessionDrawCircle Method |
Name | Description | |
---|---|---|
DrawCircle(Vector2, Single, ICanvasBrush) | Draws a circle of single unit stroke width, using a brush to define the color. | |
DrawCircle(Vector2, Single, Color) | Draws a circle of single unit stroke width and the specified color. | |
DrawCircle(Single, Single, Single, ICanvasBrush) | Draws a circle of single unit stroke width, using a brush to define the color. | |
DrawCircle(Single, Single, Single, Color) | Draws a circle of single unit stroke width and the specified color. | |
DrawCircle(Vector2, Single, ICanvasBrush, Single) | Draws a circle of the specified stroke width, using a brush to define the color. | |
DrawCircle(Vector2, Single, Color, Single) | Draws a circle of the specified stroke width and color. | |
DrawCircle(Single, Single, Single, ICanvasBrush, Single) | Draws a circle of the specified stroke width, using a brush to define the color. | |
DrawCircle(Single, Single, Single, Color, Single) | Draws a circle of the specified stroke width and color. | |
DrawCircle(Vector2, Single, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a circle of the specified stroke width, using a brush to define the color and with a custom stroke style. | |
DrawCircle(Vector2, Single, Color, Single, CanvasStrokeStyle) | Draws a circle of the specified stroke width and color, with a custom stroke style. | |
DrawCircle(Single, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a circle of the specified stroke width, using a brush to define the color and with a custom stroke style. | |
DrawCircle(Single, Single, Single, Color, Single, CanvasStrokeStyle) | Draws a circle of the specified stroke width and color, with a custom stroke style. |