Aurigma Graphics Mill 5.5 for .NET
WbmpReader Class
This class enables you to read WBMP images.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public NotInheritable Class WbmpReader _ Inherits FormatReader
C#
public sealed class WbmpReader : FormatReader
Remarks
WBMP file format is defined in WAP (Wireless Application Protocol) specification and designed for use with applications that operate over wireless communication networks. It is one of the first standard image formats supported by cellular phones. This format is extremely simple: WBMP file can contain only one 1-bit (black-and-white) image.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.SyncHandler
L
Aurigma.GraphicsMill.Codecs..::.FormatReader
L
Aurigma.GraphicsMill.Codecs..::.WbmpReader
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.




