SpreadColumnHeaderRenderer..::..PaintCell Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.SecurityUI.DrawFilters
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void PaintCell(
	Graphics g,
	Rectangle r,
	Appearance appearance,
	Object value,
	bool isSelected,
	bool isLocked,
	float zoomFactor
)
Public Sub PaintCell ( _
	g As Graphics, _
	r As Rectangle, _
	appearance As Appearance, _
	value As Object, _
	isSelected As Boolean, _
	isLocked As Boolean, _
	zoomFactor As Single _
)
public:
void PaintCell(
	Graphics^ g, 
	Rectangle^ r, 
	Appearance^ appearance, 
	Object^ value, 
	bool^ isSelected, 
	bool^ isLocked, 
	float^ zoomFactor
)

Parameters

g
Type: Graphics
r
Type: Rectangle
appearance
Type: Appearance
value
Type: Object
isSelected
Type: Boolean
isLocked
Type: Boolean
zoomFactor
Type: Single