示例#1
0
 public static Link FromArtistPortrait(Artist artist, ImageSize size)
 {
     ThrowHelper.ThrowIfNull(artist, "artist");
     return(new Link(LibSpotify.sp_link_create_from_artist_portrait_r(artist.Handle, size)));
 }