Contents

UIRectFillUsingBlendMode(_:_:)

Fills a rectangle with the current fill color using the specified blend mode.

Declaration

func UIRectFillUsingBlendMode(_ rect: CGRect, _ blendMode: CGBlendMode)

Parameters

  • rect:

    The rectangle defining the area in which to draw.

  • blendMode:

    The blend mode to use during drawing.

Discussion

This function draws the rectangle in the current graphics context. If the current graphics context is nil, this function does nothing.

This function may be called from any thread of your app.

See Also

Paths