UIGraphics.RectFill(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.
Fills a rectangle with the current color on the current context.
public static void RectFill (CoreGraphics.CGRect rect);
static member RectFill : CoreGraphics.CGRect -> unit
Parameters
- rect
- CGRect
The region to fill.
Remarks
Developers can call this method from any thread.