IPicInfo_ReadFile

In Class PicBMP

 138 Private Function IPicInfo_ReadFile(ByVal Filename As String) As Boolean
 139 ' Read a picture file to retrieve picture information
 140 ' [Filename] File to read
 141 ' Return value:
 142 ' True - Picture information retrieved
 143 ' False - Error, information not retrieved
 144 
 145 IPicInfo_ReadFile = ReadBitmapFile(Filename)
 146 
 147 End Function
 148 
 149 

Called by

ReadFile in Class IPicInfo

Calls

> ReadBitmapFile