CGContext.ClearRect(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 rectangle transparently.
public void ClearRect (CoreGraphics.CGRect rect);
member this.ClearRect : CoreGraphics.CGRect -> unit
Parameters
- rect
- CGRect
The rectangle to clear.
Remarks
This method should only be used in window and bitmap contexts. In those situations, it effectively clears the rect
.