행의 배경을 그립니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public abstract bool PaintBackground( Graphics g, Rectangle renderRect, IColumnDescriptor columnDescriptor, IStyle style ) |
Visual Basic |
---|
Public MustOverride Function PaintBackground ( _ g As Graphics, _ renderRect As Rectangle, _ columnDescriptor As IColumnDescriptor, _ style As IStyle _ ) As Boolean |
Visual C++ |
---|
public: virtual bool PaintBackground( Graphics^ g, Rectangle renderRect, IColumnDescriptor^ columnDescriptor, IStyle^ style ) abstract |
Parameters
- g
- Type: System.Drawing..::..Graphics
그리기에 사용되는 그래픽 개체입니다.
- renderRect
- Type: System.Drawing..::..Rectangle
그리기에 대상이 되는 행의 영역입니다.
- columnDescriptor
- Type: Ntreev.Windows.Forms.Grid..::..IColumnDescriptor
그리기에 대상이 되는 행의 정보를 가져올 수 있는 개체입니다.
- style
- Type: Ntreev.Windows.Forms.Grid..::..IStyle
그리기에 대상이 되는 행의 스타일 정보를 가져올 수 있는 개체입니다.