Reads a single byte from an unmanaged stream.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
protected int ReadByte( FreeImageIO io, fi_handle handle ) |
Visual Basic (Declaration) |
---|
Protected Function ReadByte ( _ io As FreeImageIO, _ handle As fi_handle _ ) As Integer |
Visual C++ |
---|
protected: int ReadByte( FreeImageIO io, fi_handle handle ) |