CanvasDrawingSession.FillRectangle Method |
Name | Description | |
---|---|---|
![]() | FillRectangle(Rect, ICanvasBrush) | Fills the interior of a rectangle, using a brush to define the color. |
![]() | FillRectangle(Rect, Color) | Fills the interior of a rectangle with the specified color. |
![]() | FillRectangle(Rect, ICanvasBrush, ICanvasBrush) | Fills the interior of a rectangle, using a brush to define the color and a second brush to specify an opacity mask. |
![]() | FillRectangle(Single, Single, Single, Single, ICanvasBrush) | Fills the interior of a rectangle, using a brush to define the color. |
![]() | FillRectangle(Single, Single, Single, Single, Color) | Fills the interior of a rectangle with the specified color. |
![]() | FillRectangle(Single, Single, Single, Single, ICanvasBrush, ICanvasBrush) | Fills the interior of a rectangle, using a brush to define the color and a second brush to specify an opacity mask. |