Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterConvertBufferFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RasterConvertBufferFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum RasterConvertBufferFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RasterConvertBufferFlags : public Enum |
Member | Description |
---|---|
None | Default |
SourceGray | Source buffer has grayscale data |
DestinationGray | Destination buffer has grayscale data |
SourceUseBits | LowBit and HighBit apply to the source image |
DestinationUseBits | LowBit and HighBit apply to the destination image |
AlphaInit | Initialize the alpha values when destination buffer is 32 or 64 bits/pxiel |
System.Object
System.ValueType
System.Enum
Leadtools.RasterConvertBufferFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family