Click or drag to resize
CanvasDrawingSessionDrawCircle Method
Overload List
  NameDescription
Public methodDrawCircle(Vector2, Single, ICanvasBrush)
Draws a circle of single unit stroke width, using a brush to define the color.
Public methodDrawCircle(Vector2, Single, Color)
Draws a circle of single unit stroke width and the specified color.
Public methodDrawCircle(Single, Single, Single, ICanvasBrush)
Draws a circle of single unit stroke width, using a brush to define the color.
Public methodDrawCircle(Single, Single, Single, Color)
Draws a circle of single unit stroke width and the specified color.
Public methodDrawCircle(Vector2, Single, ICanvasBrush, Single)
Draws a circle of the specified stroke width, using a brush to define the color.
Public methodDrawCircle(Vector2, Single, Color, Single)
Draws a circle of the specified stroke width and color.
Public methodDrawCircle(Single, Single, Single, ICanvasBrush, Single)
Draws a circle of the specified stroke width, using a brush to define the color.
Public methodDrawCircle(Single, Single, Single, Color, Single)
Draws a circle of the specified stroke width and color.
Public methodDrawCircle(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.
Public methodDrawCircle(Vector2, Single, Color, Single, CanvasStrokeStyle)
Draws a circle of the specified stroke width and color, with a custom stroke style.
Public methodDrawCircle(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.
Public methodDrawCircle(Single, Single, Single, Color, Single, CanvasStrokeStyle)
Draws a circle of the specified stroke width and color, with a custom stroke style.
Top
See Also