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


The following tables list the members exposed by RasterPaintDibInfo.

Public Constructors

 NameDescription
Public ConstructorRasterPaintDibInfo Constructor Constructs a new RasterPaintDibInfo class.  
Top

Public Properties

 NameDescription
Public PropertyBitsPerPixel Set or get the default bits per pixel of the data expected by the graphics device.  
Public PropertyBytesPerLine Gets the expected stride (number of bytes per line).  
Public PropertyFlags Collection of flags indicating the various options for the bitmap.  
Public PropertyHighBit Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).  
Public PropertyLowBit Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).  
Public PropertyOrder Indicates the data order (grayscale, BGR, RGB, etc).  
Public PropertyPlaneCount Indicates whether the image data should be interleaved or planar.  
Public PropertyViewPerspective Indicates the expected orientation of the image data.  
Top

Public Methods

 NameDescription
Public MethodDefault Fills the RasterPaintCallbacks class with the default settings.  
Top

See Also