GridControl.PaintVertGridLines Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- g
- Graphics
- nFirstCol
- Int32
- nLastCol
- Int32
- nFirstColPos
- Int32
- nTopMostPoint
- Int32
- nBottomMostPoint
- Int32