UIGraphics.RectFillUsingBlendMode(CGRect, CGBlendMode) Method

Definition

Fills with the current fill color, using .

public static void RectFillUsingBlendMode (CoreGraphics.CGRect rect, CoreGraphics.CGBlendMode blendMode);
static member RectFillUsingBlendMode : CoreGraphics.CGRect * CoreGraphics.CGBlendMode -> unit

Parameters

rect
CGRect
blendMode
CGBlendMode

Remarks

Developers can call this method from any thread.

Applies to