PHCachingImageManager.StartCaching Method

Definition

[Foundation.Export("startCachingImagesForAssets:targetSize:contentMode:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StartCaching(Photos.PHAsset[] assets, CoreGraphics.CGSize targetSize, Photos.PHImageContentMode contentMode, Photos.PHImageRequestOptions? options);
[<Foundation.Export("startCachingImagesForAssets:targetSize:contentMode:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartCaching : Photos.PHAsset[] * CoreGraphics.CGSize * Photos.PHImageContentMode * Photos.PHImageRequestOptions -> unit
override this.StartCaching : Photos.PHAsset[] * CoreGraphics.CGSize * Photos.PHImageContentMode * Photos.PHImageRequestOptions -> unit

Parameters

assets
PHAsset[]
targetSize
CGSize
contentMode
PHImageContentMode
Attributes

Applies to