Leadtools Namespace : RasterByteOrder Enumeration |
public enum RasterByteOrder : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterByteOrder Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterByteOrder
public enum RasterByteOrder : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.RasterByteOrder = function() { }; Leadtools.RasterByteOrder.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterByteOrder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Bgr | BGR (inverse of RGB) |
Gray | Grayscale |
Rgb | RGB |
Rgb565 | RGB 565 (Only for 16-bit color bitmaps) |
Romm | ROMM (BGR) |
System.Object
System.ValueType
System.Enum
Leadtools.RasterByteOrder
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2