UIGraphics.RectFrameUsingBlendMode(CGRect, CGBlendMode) Method

Definition

Draws a frame inside the specified rectangle and blending it with .

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

Parameters

rect
CGRect
blendMode
CGBlendMode

Applies to