CGContext.ClipToRect(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.
Modifies the clipping path to be the intersection of the current path and the supplied rectangle.
public void ClipToRect (CoreGraphics.CGRect rect);
member this.ClipToRect : CoreGraphics.CGRect -> unit
Parameters
- rect
- CGRect
A rectangle.