GridControl.GridPrinter.PrintOneCell(Graphics, Int32, Int64, Rectangle) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
protected:
virtual void PrintOneCell(System::Drawing::Graphics ^ g, int nCol, long nRow, System::Drawing::Rectangle % rCell);
protected virtual void PrintOneCell (System.Drawing.Graphics g, int nCol, long nRow, ref System.Drawing.Rectangle rCell);
Protected Overridable Sub PrintOneCell (g As Graphics, nCol As Integer, nRow As Long, ByRef rCell As Rectangle)
Parametri
- g
- Graphics
- nCol
- Int32
- nRow
- Int64
- rCell
- Rectangle