Click or drag to resize
CanvasDrawingSessionFillRectangle Method
Overload List
  NameDescription
Public methodFillRectangle(Rect, ICanvasBrush)
Fills the interior of a rectangle, using a brush to define the color.
Public methodFillRectangle(Rect, Color)
Fills the interior of a rectangle with the specified color.
Public methodFillRectangle(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.
Public methodFillRectangle(Single, Single, Single, Single, ICanvasBrush)
Fills the interior of a rectangle, using a brush to define the color.
Public methodFillRectangle(Single, Single, Single, Single, Color)
Fills the interior of a rectangle with the specified color.
Public methodFillRectangle(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.
Top
See Also