CGContext.FillRect(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.
Paints the specified rect
.
public void FillRect (CoreGraphics.CGRect rect);
member this.FillRect : CoreGraphics.CGRect -> unit
Parameters
- rect
- CGRect
The RectangleF to be filled.