PHCachingImageManager.StopCaching 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.
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
- Attributes