UIGraphics.RectFrame(CGRect) Method

Definition

Draws a frame inside the specified rectangle.

public static void RectFrame (CoreGraphics.CGRect rect);
static member RectFrame : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect

Region where the frame will be drawn.

Remarks

.

Applies to