GridBitmapColumn.DrawBitmap Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- g
- Graphics
- bkBrush
- Brush
- rect
- Rectangle
- myBmp
- Bitmap
- bEnabled
- Boolean