CanvasDrawingSessionDrawCachedGeometry Method |
Name | Description | |
---|---|---|
DrawCachedGeometry(CanvasCachedGeometry, ICanvasBrush) | Draws a cached geometry relative to the origin, using a brush to define the color. | |
DrawCachedGeometry(CanvasCachedGeometry, Color) | Draws a cached geometry relative to the origin and with the specified color. | |
DrawCachedGeometry(CanvasCachedGeometry, Vector2, ICanvasBrush) | Draws a cached geometry relative to the specified position, using a brush to define the color. | |
DrawCachedGeometry(CanvasCachedGeometry, Vector2, Color) | Draws a cached geometry relative to the specified position and with the specified color. | |
DrawCachedGeometry(CanvasCachedGeometry, Single, Single, ICanvasBrush) | Draws a cached geometry relative to the specified position, using a brush to define the color. | |
DrawCachedGeometry(CanvasCachedGeometry, Single, Single, Color) | Draws a cached geometry relative to the specified position and with the specified color. |