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