CGContext.StrokeRect(CGRect) Method

Definition

Strokes the specified rect. Afterwards, the current path is reset.

public void StrokeRect (CoreGraphics.CGRect rect);
member this.StrokeRect : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect

The rectangle to be stroked.

Applies to