CGContext.StrokeRect(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.