GridControl.PaintHorizGridLines Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- g
- Graphics
- rows
- Int64
- nFirstRowPos
- Int32
- nLeftMostPoint
- Int32
- nRightMostPoint
- Int32
- bAdjust
- Boolean