Click or drag to resize
CanvasDrawingSessionDrawRectangle Method
Overload List
  NameDescription
Public methodDrawRectangle(Rect, ICanvasBrush)
Draws a rectangle of single unit stroke width, using a brush to define the color.
Public methodDrawRectangle(Rect, Color)
Draws a rectangle of single unit stroke width and the specified color.
Public methodDrawRectangle(Rect, ICanvasBrush, Single)
Draws a rectangle of the specified stroke width, using a brush to define the color.
Public methodDrawRectangle(Rect, Color, Single)
Draws a rectangle of the specified stroke width and color.
Public methodDrawRectangle(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.
Public methodDrawRectangle(Rect, Color, Single, CanvasStrokeStyle)
Draws a rectangle of the specified stroke width and color, with a custom stroke style.
Public methodDrawRectangle(Single, Single, Single, Single, ICanvasBrush)
Draws a rectangle of single unit stroke width, using a brush to define the color.
Public methodDrawRectangle(Single, Single, Single, Single, Color)
Draws a rectangle of single unit stroke width and the specified color.
Public methodDrawRectangle(Single, Single, Single, Single, ICanvasBrush, Single)
Draws a rectangle of the specified stroke width, using a brush to define the color.
Public methodDrawRectangle(Single, Single, Single, Single, Color, Single)
Draws a rectangle of the specified stroke width and color.
Public methodDrawRectangle(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.
Public methodDrawRectangle(Single, Single, Single, Single, Color, Single, CanvasStrokeStyle)
Draws a rectangle of the specified stroke width and color, with a custom stroke style.
Top
See Also