'Declaration Public Overloads Function GetImage( _ ByVal path As System.String, _ ByVal defaultValue As System.Drawing.Image _ ) As System.Drawing.Image
public System.Drawing.Image GetImage( System.string path, System.Drawing.Image defaultValue )
Parameters
- path
- The target path.
- defaultValue
- Used if value at specified path does not exist.
Return Value
The image specified by path or %% if image at specified path does not exist.