Class GridDataBoundIconPaint
GridDataBoundIconPaint is a helper class for drawing and caching bitmaps from the DataBound.Resources folder of the Grid assembly
Inheritance
System.Object
GridDataBoundIconPaint
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridDataBoundIconPaint : Object
Remarks
The bitmaps are loaded from the manifest and cached. The PaintIcon routine will substitute black pixels of the original bitmap and draw them with a specified fore color.
Example:
GridDataBoundIconPaint.Paint.PaintIcon(g, rect, Point.Empty, bitmapName, Color.Black);
Constructors
GridDataBoundIconPaint()
Initializes a new instance of the GridDataBoundIconPaint class.
Declaration
public GridDataBoundIconPaint()