LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterPaintDibInfo Class Members
See Also  Properties  Methods 

The following tables list the members exposed by RasterPaintDibInfo.

Public Constructors

 NameDescription
public Constructor RasterPaintDibInfo ConstructorConstructs a new RasterPaintDibInfo class.  
Top

Public Properties

 NameDescription
public Property BitsPerPixelSet or get the default bits per pixel of the data expected by the graphics device.  
public Property BytesPerLineGets the expected stride (number of bytes per line).  
public Property FlagsCollection of flags indicating the various options for the bitmap.  
public Property HighBitIndicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).  
public Property LowBitIndicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).  
public Property OrderIndicates the data order (grayscale, BGR, RGB, etc).  
public Property PlaneCountIndicates whether the image data should be interleaved or planar.  
public Property ViewPerspectiveIndicates the expected orientation of the image data.  
Top

Public Methods

 NameDescription
public Method DefaultFills the RasterPaintCallbacks class with the default settings.  
Top

See Also