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