MPMediaItemArtwork.ImageWithSize(CGSize) 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.
[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