Constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ImageDescriptor( Point position, Size size, bool hasLocalColourTable, bool isInterlaced, bool isSorted, int localColourTableSizeBits )
Parameters
- hasLocalColourTable (Boolean)
- Sets the HasLocalColourTable flag.
- isInterlaced (Boolean)
- Sets the IsInterlaced flag.
- localColourTableSizeBits (Int32)
- Sets the LocalColourTableSizeBits.