Share via


GridBitmapColumn.DrawBitmap Method

Definition

protected:
 virtual void DrawBitmap(System::Drawing::Graphics ^ g, System::Drawing::Brush ^ bkBrush, System::Drawing::Rectangle rect, System::Drawing::Bitmap ^ myBmp, bool bEnabled);
protected virtual void DrawBitmap (System.Drawing.Graphics g, System.Drawing.Brush bkBrush, System.Drawing.Rectangle rect, System.Drawing.Bitmap myBmp, bool bEnabled);
abstract member DrawBitmap : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.Rectangle * System.Drawing.Bitmap * bool -> unit
override this.DrawBitmap : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.Rectangle * System.Drawing.Bitmap * bool -> unit
Protected Overridable Sub DrawBitmap (g As Graphics, bkBrush As Brush, rect As Rectangle, myBmp As Bitmap, bEnabled As Boolean)

Parameters

bkBrush
Brush
rect
Rectangle
myBmp
Bitmap
bEnabled
Boolean

Applies to