UIGraphics.RectFrame(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.
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
.