CanvasDrawingSessionFillGeometry Method |
Name | Description | |
---|---|---|
FillGeometry(CanvasGeometry, ICanvasBrush) | Fills a geometry relative to the origin, using a brush to define the color. | |
FillGeometry(CanvasGeometry, Color) | Fills a geometry relative to the origin with the specified color. | |
FillGeometry(CanvasGeometry, ICanvasBrush, ICanvasBrush) | Fills a geometry relative to the origin, using a brush to define the color and a second brush to specify an opacity mask. | |
FillGeometry(CanvasGeometry, Vector2, ICanvasBrush) | Fills a geometry relative to the specified position, using a brush to define the color. | |
FillGeometry(CanvasGeometry, Vector2, Color) | Fills a geometry relative to the specified position with the specified color. | |
FillGeometry(CanvasGeometry, Vector2, ICanvasBrush, ICanvasBrush) | Fills a geometry relative to the specified position, using a brush to define the color and a second brush to specify an opacity mask. | |
FillGeometry(CanvasGeometry, Single, Single, ICanvasBrush) | Fills a geometry relative to the specified position, using a brush to define the color. | |
FillGeometry(CanvasGeometry, Single, Single, Color) | Fills a geometry relative to the specified position with the specified color. | |
FillGeometry(CanvasGeometry, Single, Single, ICanvasBrush, ICanvasBrush) | Fills a geometry relative to the specified position, using a brush to define the color and a second brush to specify an opacity mask. |