Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterPaintDibInfo Class Properties
See Also 
Leadtools Namespace : RasterPaintDibInfo Class


For a list of all members of this type, see RasterPaintDibInfo members.

Public Properties

  Name Description
Public Property BitsPerPixel Set or get the default bits per pixel of the data expected by the graphics device.  
Public Property BytesPerLine Gets the expected stride (number of bytes per line).  
Public Property Flags Collection of flags indicating the various options for the bitmap.  
Public Property HighBit Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).  
Public Property LowBit Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).  
Public Property Order Indicates the data order (grayscale, BGR, RGB, etc).  
Public Property PlaneCount Indicates whether the image data should be interleaved or planar.  
Public Property ViewPerspective Indicates the expected orientation of the image data.  
Top

See Also