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)

参数

bkBrush
Brush
rect
Rectangle
myBmp
Bitmap
bEnabled
Boolean

适用于