CGContext.StrokeRectWithWidth(CGRect, nfloat) 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 rect
. The line extends half of width
to either side of the rect
perimeter.
public void StrokeRectWithWidth (CoreGraphics.CGRect rect, nfloat width);
member this.StrokeRectWithWidth : CoreGraphics.CGRect * nfloat -> unit
Parameters
- rect
- CGRect
The rectangle to be stroked.
- width
- nfloat
The width of the stroked line, in user space units.