UIView.ResizableSnapshotView(CGRect, Boolean, UIEdgeInsets) 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.
[Foundation.Export("resizableSnapshotViewFromRect:afterScreenUpdates:withCapInsets:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView? ResizableSnapshotView(CoreGraphics.CGRect rect, bool afterScreenUpdates, UIKit.UIEdgeInsets capInsets);
[<Foundation.Export("resizableSnapshotViewFromRect:afterScreenUpdates:withCapInsets:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResizableSnapshotView : CoreGraphics.CGRect * bool * UIKit.UIEdgeInsets -> UIKit.UIView
override this.ResizableSnapshotView : CoreGraphics.CGRect * bool * UIKit.UIEdgeInsets -> UIKit.UIView
Parameters
- rect
- CGRect
- afterScreenUpdates
- Boolean
- capInsets
- UIEdgeInsets
Returns
- Attributes