UIGraphics.RectFrameUsingBlendMode(CGRect, CGBlendMode) Method

Definition

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

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

Parameters

rect
CGRect

The rectangle in which to draw the frame.

blendMode
CGBlendMode

The blend mode to use when drawing.

Applies to