Draws a dimension cell.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public abstract void DrawDimensionCell(
	Graphics graphics,
	Rectangle bounds,
	CellStyle cellStyle,
	CellBorder border,
	string text,
	Point startTextPosition
)
Visual Basic (Declaration)
Public MustOverride Sub DrawDimensionCell ( _
	graphics As Graphics, _
	bounds As Rectangle, _
	cellStyle As CellStyle, _
	border As CellBorder, _
	text As String, _
	startTextPosition As Point _
)
Visual C++
public:
virtual void DrawDimensionCell(
	Graphics^ graphics, 
	Rectangle bounds, 
	CellStyle^ cellStyle, 
	CellBorder^ border, 
	String^ text, 
	Point startTextPosition
) abstract

See Also