CanvasDrawingSessionDrawGeometry Method |
Name | Description | |
---|---|---|
DrawGeometry(CanvasGeometry, ICanvasBrush) | Draws a geometry relative to the origin, with a single unit stroke width, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Color) | Draws a geometry relative to the origin, with a single unit stroke width and the specified color. | |
DrawGeometry(CanvasGeometry, ICanvasBrush, Single) | Draws a geometry relative to the origin, with the specified stroke width, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Vector2, ICanvasBrush) | Draws a geometry relative to the specified position, with a single unit stroke width, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Vector2, Color) | Draws a geometry relative to the specified position, with a single unit stroke width and the specified color. | |
DrawGeometry(CanvasGeometry, Color, Single) | Draws a geometry relative to the origin, with the specified stroke width and color. | |
DrawGeometry(CanvasGeometry, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a geometry relative to the origin, with the specified stroke width and stroke style, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Vector2, ICanvasBrush, Single) | Draws a geometry relative to the specified position, with the specified stroke width, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Vector2, Color, Single) | Draws a geometry relative to the specified position, with the specified stroke width and color. | |
DrawGeometry(CanvasGeometry, Single, Single, ICanvasBrush) | Draws a geometry relative to the specified position, with a single unit stroke width, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Single, Single, Color) | Draws a geometry relative to the specified position, with a single unit stroke width and the specified color. | |
DrawGeometry(CanvasGeometry, Color, Single, CanvasStrokeStyle) | Draws a geometry relative to the origin, with the specified stroke width, stroke style, and color. | |
DrawGeometry(CanvasGeometry, Vector2, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a geometry relative to the specified position, with the specified stroke width and stroke style, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Vector2, Color, Single, CanvasStrokeStyle) | Draws a geometry relative to the specified position, with the specified stroke width, stroke style, and color. | |
DrawGeometry(CanvasGeometry, Single, Single, ICanvasBrush, Single) | Draws a geometry relative to the specified position, with the specified stroke width, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Single, Single, Color, Single) | Draws a geometry relative to the specified position, with the specified stroke width and color. | |
DrawGeometry(CanvasGeometry, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a geometry relative to the specified position, with the specified stroke width and stroke style, and using a brush to define the color. | |
DrawGeometry(CanvasGeometry, Single, Single, Color, Single, CanvasStrokeStyle) | Draws a geometry relative to the specified position, with the specified stroke width, stroke style, and color. |