GridControl.PaintVertGridLines 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 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
- g
- Graphics
- nFirstCol
- Int32
- nLastCol
- Int32
- nFirstColPos
- Int32
- nTopMostPoint
- Int32
- nBottomMostPoint
- Int32