MPMediaItemArtwork.ImageWithSize(CGSize) Method

Definition

[Foundation.Export("imageWithSize:")]
public virtual UIKit.UIImage ImageWithSize (CoreGraphics.CGSize size);
public virtual UIKit.UIImage ImageWithSize (CoreGraphics.CGSize size);
abstract member ImageWithSize : CoreGraphics.CGSize -> UIKit.UIImage
override this.ImageWithSize : CoreGraphics.CGSize -> UIKit.UIImage

Parameters

size
CGSize

Returns

The return type is UIImage on iOS and NSImage on MacOS.

Attributes

Applies to