'Declaration Public Overloads Sub LoadImage( _ ByVal provider As IImageProvider, _ ByVal fileId As String _ )
'Usage Dim instance As ImageLoader Dim provider As IImageProvider Dim fileId As String instance.LoadImage(provider, fileId)
public void LoadImage( IImageProvider provider, string fileId )
public: void LoadImage( IImageProvider* provider, string* fileId )
public: void LoadImage( IImageProvider^ provider, String^ fileId )
Parameters
- provider
- Image provider for retrieving the file associated with the fileId.
- fileId
- Identifier of the file containing the image.