|
ImageContainerOpen Method |
Open the a image
Namespace: DrawerBackup.Storage.ImagingAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Image Open(
string id,
string repositoryPath
)
Public Function Open (
id As String,
repositoryPath As String
) As Image
public:
Image^ Open(
String^ id,
String^ repositoryPath
)
member Open :
id : string *
repositoryPath : string -> Image
Parameters
- id
- Type: SystemString
- repositoryPath
- Type: SystemString
Return Value
Type:
Image
See Also