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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIImage GetThumbnailImageForActivity(this UIKit.IUIActivityItemSource This, UIKit.UIActivityViewController activityViewController, Foundation.NSString? activityType, CoreGraphics.CGSize suggestedSize);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetThumbnailImageForActivity : UIKit.IUIActivityItemSource * UIKit.UIActivityViewController * Foundation.NSString * CoreGraphics.CGSize -> UIKit.UIImage
Parameters
- activityViewController
- UIActivityViewController
- suggestedSize
- CGSize
Returns
- Attributes