UtilImgurGetThumbnailUrl(Uri, ThumbnailType) Method
Given a Imgur's image url, returns the corresponding url that points to the specified thumbnail type.
Namespace: DevCase.ThirdParty.ImgurAssembly: DevCase.net48.ThirdParty.Imgur (in DevCase.net48.ThirdParty.Imgur.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetThumbnailUrl(
Uri imageUrl,
ThumbnailType thumbnailType
)
Public Shared Function GetThumbnailUrl (
imageUrl As Uri,
thumbnailType As ThumbnailType
) As String
Dim imageUrl As Uri
Dim thumbnailType As ThumbnailType
Dim returnValue As String
returnValue = UtilImgur.GetThumbnailUrl(imageUrl,
thumbnailType)
public:
static String^ GetThumbnailUrl(
Uri^ imageUrl,
ThumbnailType thumbnailType
)
static member GetThumbnailUrl :
imageUrl : Uri *
thumbnailType : ThumbnailType -> string
No code example is currently available or this language may not be supported.
- imageUrl Uri
-
The image url.
- thumbnailType ThumbnailType
-
The type of thumbnail url to retrieve.
String
The resulting thumbnail's url.
.