PHCachingImageManager.StopCaching Method

Definition

Overloads

StopCaching()

[Foundation.Export("stopCachingImagesForAllAssets")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StopCaching();
[<Foundation.Export("stopCachingImagesForAllAssets")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StopCaching : unit -> unit
override this.StopCaching : unit -> unit
Attributes

Applies to

StopCaching(PHAsset[], CGSize, PHImageContentMode, PHImageRequestOptions)

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

Parameters

assets
PHAsset[]
targetSize
CGSize
contentMode
PHImageContentMode
Attributes

Applies to