ImageReference

public struct ImageReference

Captures a resolved reference to an image, including its dimensions

  • The URL of the image

    Declaration

    Swift

    public var source: URL
  • The size of the image

    Declaration

    Swift

    public var size: PixelSize