Udostępnij za pośrednictwem


DataGridBoolColumn.Paint Metoda

Definicja

Maluje kolumnę.

Przeciążenia

Paint(Graphics, Rectangle, CurrencyManager, Int32)

Rysuje element DataGridBoolColumn z podanym Rectangle Graphicsnumerem wiersza i .

Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean)

Rysuje element DataGridBoolColumn z podanymi Graphicsustawieniami , Rectangle, numer wiersza i wyrównania.

Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean)

Rysuje element DataGridBoolColumn przy użyciu podanej Graphicswartości , Rectangle, liczby wierszy, Brushi Color.

Paint(Graphics, Rectangle, CurrencyManager, Int32)

Rysuje element DataGridBoolColumn z podanym Rectangle Graphicsnumerem wiersza i .

protected public:
 override void Paint(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::CurrencyManager ^ source, int rowNum);
protected internal override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum);
override this.Paint : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.CurrencyManager * int -> unit
Protected Friend Overrides Sub Paint (g As Graphics, bounds As Rectangle, source As CurrencyManager, rowNum As Integer)

Parametry

g
Graphics

Element Graphics do rysowania.

bounds
Rectangle

Wiązanie Rectangle do farby do.

source
CurrencyManager

Kolumna CurrencyManager .

rowNum
Int32

Liczba wierszy, o których mowa w danych bazowych.

Uwagi

Ta metoda maluje tło z kolorem tła w przekazanym obiekcie graficznym.

Dotyczy

Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean)

Rysuje element DataGridBoolColumn z podanymi Graphicsustawieniami , Rectangle, numer wiersza i wyrównania.

protected public:
 override void Paint(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::CurrencyManager ^ source, int rowNum, bool alignToRight);
protected internal override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight);
override this.Paint : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.CurrencyManager * int * bool -> unit
Protected Friend Overrides Sub Paint (g As Graphics, bounds As Rectangle, source As CurrencyManager, rowNum As Integer, alignToRight As Boolean)

Parametry

g
Graphics

Element Graphics do rysowania.

bounds
Rectangle

Wiązanie Rectangle do farby do.

source
CurrencyManager

Kolumna CurrencyManager .

rowNum
Int32

Liczba wierszy w tabeli danych bazowych, do których odwołuje się.

alignToRight
Boolean

Wartość wskazująca, czy zawartość ma być wyrównana do prawej strony. true jeśli zawartość jest wyrównana do prawej, w przeciwnym razie wartość false.

Dotyczy

Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean)

Rysuje element DataGridBoolColumn przy użyciu podanej Graphicswartości , Rectangle, liczby wierszy, Brushi Color.

protected public:
 override void Paint(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::CurrencyManager ^ source, int rowNum, System::Drawing::Brush ^ backBrush, System::Drawing::Brush ^ foreBrush, bool alignToRight);
protected internal override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight);
override this.Paint : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.CurrencyManager * int * System.Drawing.Brush * System.Drawing.Brush * bool -> unit
Protected Friend Overrides Sub Paint (g As Graphics, bounds As Rectangle, source As CurrencyManager, rowNum As Integer, backBrush As Brush, foreBrush As Brush, alignToRight As Boolean)

Parametry

g
Graphics

Element Graphics do rysowania.

bounds
Rectangle

Wiązanie Rectangle do farby do.

source
CurrencyManager

Kolumna CurrencyManager .

rowNum
Int32

Liczba wierszy w źródłowej tabeli danych, do której jest odwoływana.

backBrush
Brush

Służy Brush do malowania koloru tła.

foreBrush
Brush

Używany Color do malowania koloru pierwszego planu.

alignToRight
Boolean

Wartość wskazująca, czy zawartość ma być wyrównana do prawej strony. true jeśli zawartość jest wyrównana do prawej, w przeciwnym razie false.

Uwagi

Maluje pole wyboru w kolumnie.

Zobacz też

Dotyczy