Sdílet prostřednictvím


UIView.ResizableSnapshotView(CGRect, Boolean, UIEdgeInsets) Method

Definition

[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

Applies to