Share via


UIImage.PrepareThumbnailAsync(CGSize) Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<UIKit.UIImage> PrepareThumbnailAsync(CoreGraphics.CGSize OfSize);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareThumbnailAsync : CoreGraphics.CGSize -> System.Threading.Tasks.Task<UIKit.UIImage>
override this.PrepareThumbnailAsync : CoreGraphics.CGSize -> System.Threading.Tasks.Task<UIKit.UIImage>

Parameters

OfSize
CGSize

Returns

Attributes

Applies to