CanvasDrawingSession.DrawRectangle Method |
Name | Description | |
---|---|---|
![]() | DrawRectangle(Rect, ICanvasBrush) | Draws a rectangle of single unit stroke width, using a brush to define the color. |
![]() | DrawRectangle(Rect, Color) | Draws a rectangle of single unit stroke width and the specified color. |
![]() | DrawRectangle(Rect, ICanvasBrush, Single) | Draws a rectangle of the specified stroke width, using a brush to define the color. |
![]() | DrawRectangle(Rect, Color, Single) | Draws a rectangle of the specified stroke width and color. |
![]() | DrawRectangle(Rect, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a rectangle of the specified stroke width, using a brush to define the color and with a custom stroke style. |
![]() | DrawRectangle(Rect, Color, Single, CanvasStrokeStyle) | Draws a rectangle of the specified stroke width and color, with a custom stroke style. |
![]() | DrawRectangle(Single, Single, Single, Single, ICanvasBrush) | Draws a rectangle of single unit stroke width, using a brush to define the color. |
![]() | DrawRectangle(Single, Single, Single, Single, Color) | Draws a rectangle of single unit stroke width and the specified color. |
![]() | DrawRectangle(Single, Single, Single, Single, ICanvasBrush, Single) | Draws a rectangle of the specified stroke width, using a brush to define the color. |
![]() | DrawRectangle(Single, Single, Single, Single, Color, Single) | Draws a rectangle of the specified stroke width and color. |
![]() | DrawRectangle(Single, Single, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle) | Draws a rectangle of the specified stroke width, using a brush to define the color and with a custom stroke style. |
![]() | DrawRectangle(Single, Single, Single, Single, Color, Single, CanvasStrokeStyle) | Draws a rectangle of the specified stroke width and color, with a custom stroke style. |