←Select platform

RasterConvertBufferFlags Enumeration

Summary
Options for the RasterBufferConverter.Convert method.
Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum RasterConvertBufferFlags 
[FlagsAttribute()] 
public enum class RasterConvertBufferFlags   
class RasterConvertBufferFlags(Enum): 
   None = 0 
   SourceGray = 1 
   DestinationGray = 2 
   SourceUseBits = 4 
   DestinationUseBits = 8 
   AlphaInit = 32 
Members
ValueMemberDescription
0x00000000None Default
0x00000001SourceGray Source buffer has grayscale data
0x00000002DestinationGray Destination buffer has grayscale data
0x00000004SourceUseBits LowBit and HighBit apply to the source image
0x00000008DestinationUseBits LowBit and HighBit apply to the destination image
0x00000020AlphaInit Initialize the alpha values when destination buffer is 32 or 64 bits or pixels
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.