'宣言 Public Shared Function FromUrl( _ ByVal url As System.String, _ ByVal basePath As System.String _ ) As PictureHolder
'使用法 Dim url As System.String Dim basePath As System.String Dim value As PictureHolder value = PictureHolder.FromUrl(url, basePath)
パラメータ
- url
- The url.
- basePath
- The base path for resolving a relative file name.
戻り値の型
PictureHolder object.