'Declaration Public Overloads Function GetImage( _ ByVal path As System.String _ ) As System.Drawing.Image
public System.Drawing.Image GetImage( System.string path )
Parameters
- path
- The target path.
Return Value
The image specified by path, or null.
'Declaration Public Overloads Function GetImage( _ ByVal path As System.String _ ) As System.Drawing.Image
public System.Drawing.Image GetImage( System.string path )