GridControl.PaintHorizGridLines Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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)
Параметры
- g
- Graphics
- rows
- Int64
- nFirstRowPos
- Int32
- nLeftMostPoint
- Int32
- nRightMostPoint
- Int32
- bAdjust
- Boolean