GridBitmapColumn.DrawBitmap Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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)
Параметры
- g
- Graphics
- bkBrush
- Brush
- rect
- Rectangle
- myBmp
- Bitmap
- bEnabled
- Boolean