GridControl.PaintHorizGridLines 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 PaintHorizGridLines(System::Drawing::Graphics ^ g, long rows, int nFirstRowPos, int nLeftMostPoint, int nRightMostPoint, bool bAdjust);
protected virtual void PaintHorizGridLines(System.Drawing.Graphics g, long rows, int nFirstRowPos, int nLeftMostPoint, int nRightMostPoint, bool bAdjust);
abstract member PaintHorizGridLines : System.Drawing.Graphics * int64 * int * int * int * bool -> unit
override this.PaintHorizGridLines : System.Drawing.Graphics * int64 * int * int * int * bool -> unit
Protected Overridable Sub PaintHorizGridLines (g As Graphics, rows As Long, nFirstRowPos As Integer, nLeftMostPoint As Integer, nRightMostPoint As Integer, bAdjust As Boolean)
Parametri
- g
- Graphics
- rows
- Int64
- nFirstRowPos
- Int32
- nLeftMostPoint
- Int32
- nRightMostPoint
- Int32
- bAdjust
- Boolean