UIGraphicsRendererContext.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.
Clips (or "crops") the image to the specified rect
.
[Foundation.Export("clipToRect:")]
public virtual void ClipToRect (CoreGraphics.CGRect rect);
abstract member ClipToRect : CoreGraphics.CGRect -> unit
override this.ClipToRect : CoreGraphics.CGRect -> unit
Parameters
- rect
- CGRect
The clipping rectangle.
- Attributes