GridBitmapColumn.DrawBitmap Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- g
- Graphics
- bkBrush
- Brush
- rect
- Rectangle
- myBmp
- Bitmap
- bEnabled
- Boolean