UIActivityItemSource_Extensions.GetThumbnailImageForActivity 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.
Returns the preview image for the specified .
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIImage GetThumbnailImageForActivity (this UIKit.IUIActivityItemSource This, UIKit.UIActivityViewController activityViewController, Foundation.NSString activityType, CoreGraphics.CGSize suggestedSize);
static member GetThumbnailImageForActivity : UIKit.IUIActivityItemSource * UIKit.UIActivityViewController * Foundation.NSString * CoreGraphics.CGSize -> UIKit.UIImage
Parameters
The instance on which this extension method operates.
- activityViewController
- UIActivityViewController
- suggestedSize
- CGSize
Returns
- Attributes