Click or drag to resize
CanvasDrawingSessionFillRoundedRectangle Method
Overload List
  NameDescription
Public methodFillRoundedRectangle(Rect, Single, Single, ICanvasBrush)
Fills the interior of a rounded rectangle, using a brush to define the color.
Public methodFillRoundedRectangle(Rect, Single, Single, Color)
Fills the interior of a rounded rectangle with the specified color.
Public methodFillRoundedRectangle(Single, Single, Single, Single, Single, Single, ICanvasBrush)
Fills the interior of a rounded rectangle, using a brush to define the color.
Public methodFillRoundedRectangle(Single, Single, Single, Single, Single, Single, Color)
Fills the interior of a rounded rectangle with the specified color.
Top
See Also