UIRectFill(_:)
Fills the specified rectangle with the current color.
Declaration
func UIRectFill(_ rect: CGRect)Parameters
- rect:
The rectangle defining the area in which to draw.
Discussion
Fills the specified rectangle using the fill color of the current graphics context and the kCGBlendModeCopy blend mode.
This function may be called from any thread of your app.