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