MonoTouch.UIKit.UIView.ResizableSnapshotView Method
Creates an image snapshot of a portion of the MonoTouch.UIKit.UIView, with stretchable insets.

Syntax

[MonoTouch.Foundation.Export("resizableSnapshotViewFromRect:afterScreenUpdates:withCapInsets:")]
[MonoTouch.ObjCRuntime.Availability(Introduced=MonoTouch.ObjCRuntime.Platform.iOS_7_0)]
public virtual UIView ResizableSnapshotView (System.Drawing.RectangleF rect, bool afterScreenUpdates, UIEdgeInsets capInsets)

Parameters

rect
Defines the section of the view that you want to capture. The defined rectangle must be within the bounds of the coordinate space for the current view
afterScreenUpdates
A Boolean that specifies if a snapshot should be taken subsequent to changes.
capInsets
Edge insets used to define the stretchable portion of a returned view’s content.

Returns

A MonoTouch.UIKit.UIView that contains the rendered contents of this MonoTouch.UIKit.UIView.

Remarks

Application developers who do not want the returned view to have a stretchable area should specify UIEdgeInsets.Zero for capInsets.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0