Modifica

Share via


PHCachingImageManager.StopCaching Method

Definition

Overloads

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

StopCaching()

[Foundation.Export("stopCachingImagesForAllAssets")]
public virtual void StopCaching ();
abstract member StopCaching : unit -> unit
override this.StopCaching : unit -> unit
Attributes

Applies to

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

[Foundation.Export("stopCachingImagesForAssets:targetSize:contentMode:options:")]
public virtual void StopCaching (Photos.PHAsset[] assets, CoreGraphics.CGSize targetSize, Photos.PHImageContentMode contentMode, Photos.PHImageRequestOptions options);
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
options
PHImageRequestOptions

To be added.

This parameter can be null.

Attributes

Applies to