Share via


GridControl.PaintVertGridLines Method

Definition

protected:
 virtual void PaintVertGridLines(System::Drawing::Graphics ^ g, int nFirstCol, int nLastCol, int nFirstColPos, int nTopMostPoint, int nBottomMostPoint);
protected virtual void PaintVertGridLines (System.Drawing.Graphics g, int nFirstCol, int nLastCol, int nFirstColPos, int nTopMostPoint, int nBottomMostPoint);
abstract member PaintVertGridLines : System.Drawing.Graphics * int * int * int * int * int -> unit
override this.PaintVertGridLines : System.Drawing.Graphics * int * int * int * int * int -> unit
Protected Overridable Sub PaintVertGridLines (g As Graphics, nFirstCol As Integer, nLastCol As Integer, nFirstColPos As Integer, nTopMostPoint As Integer, nBottomMostPoint As Integer)

Parameters

nFirstCol
Int32
nLastCol
Int32
nFirstColPos
Int32
nTopMostPoint
Int32
nBottomMostPoint
Int32

Applies to