Click or drag to resize
CanvasDrawingSessionDrawRoundedRectangle Method
Overload List
  NameDescription
Public methodDrawRoundedRectangle(Rect, Single, Single, ICanvasBrush)
Draws a rounded rectangle of single unit stroke width, using a brush to define the color.
Public methodDrawRoundedRectangle(Rect, Single, Single, Color)
Draws a rounded rectangle of single unit stroke width and the specified color.
Public methodDrawRoundedRectangle(Rect, Single, Single, ICanvasBrush, Single)
Draws a rounded rectangle of the specified stroke width, using a brush to define the color.
Public methodDrawRoundedRectangle(Rect, Single, Single, Color, Single)
Draws a rounded rectangle of the specified stroke width and color.
Public methodDrawRoundedRectangle(Rect, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle)
Draws a rounded rectangle of the specified stroke width, using a brush to define the color and with a custom stroke style.
Public methodDrawRoundedRectangle(Rect, Single, Single, Color, Single, CanvasStrokeStyle)
Draws a rounded rectangle of the specified stroke width and color, with a custom stroke style.
Public methodDrawRoundedRectangle(Single, Single, Single, Single, Single, Single, ICanvasBrush)
Draws a rounded rectangle of single unit stroke width, using a brush to define the color.
Public methodDrawRoundedRectangle(Single, Single, Single, Single, Single, Single, Color)
Draws a rounded rectangle of single unit stroke width and the specified color.
Public methodDrawRoundedRectangle(Single, Single, Single, Single, Single, Single, ICanvasBrush, Single)
Draws a rounded rectangle of the specified stroke width, using a brush to define the color.
Public methodDrawRoundedRectangle(Single, Single, Single, Single, Single, Single, Color, Single)
Draws a rounded rectangle of the specified stroke width and color.
Public methodDrawRoundedRectangle(Single, Single, Single, Single, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle)
Draws a rounded rectangle of the specified stroke width, using a brush to define the color and with a custom stroke style.
Public methodDrawRoundedRectangle(Single, Single, Single, Single, Single, Single, Color, Single, CanvasStrokeStyle)
Draws a rounded rectangle of the specified stroke width and color, with a custom stroke style.
Top
See Also