GridControl.GridPrinter.PrintOneCell 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
virtual void PrintOneCell(System::Drawing::Graphics ^ g, int nCol, long nRow, System::Drawing::Rectangle % rCell);
protected virtual void PrintOneCell(System.Drawing.Graphics g, int nCol, long nRow, ref System.Drawing.Rectangle rCell);
abstract member PrintOneCell : System.Drawing.Graphics * int * int64 * Rectangle -> unit
override this.PrintOneCell : System.Drawing.Graphics * int * int64 * Rectangle -> unit
Protected Overridable Sub PrintOneCell (g As Graphics, nCol As Integer, nRow As Long, ByRef rCell As Rectangle)
參數
- g
- Graphics
- nCol
- Int32
- nRow
- Int64
- rCell
- Rectangle