Method |
Description |
|
ColumnAndRow ( int line, int &row, int &column ) : void |
|
|
CreateObjects ( IRenderer renderer, float cellSize ) : void |
|
|
DisposeObject ( object obj ) : void |
|
|
DisposeObjects ( ) : void |
|
|
IPrintableRectangle ( Graphics g, float x, float y, int startLine, int countLines ) : void |
|
|
LineBounds ( int line, int &firstLine, int &lastLine ) : void |
|
|
Render ( IRenderer renderer, RectangleF clipRect, int startLine, int countLines ) : void |
|
|
RenderColumnFText ( IRenderer renderer, string s, float left, float top, float right, float bottom, RectangleF clipRect ) : void |
|
|
RenderLine ( IRenderer renderer, DescriptionLine descriptionLine, DescriptionKind descriptionKind, bool lastLine, bool drawThickLine, bool noTopLine, RectangleF clipRect ) : void |
|
|
RenderSingleLineText ( IRenderer renderer, int fontNumber, StringAlignment alignment, string s, float left, float top, float right, float bottom, RectangleF clipRect ) : void |
|
|
RenderSymbol ( IRenderer renderer, Symbol symbol, float left, float top, float right, float bottom, RectangleF clipRect ) : void |
|
|
RenderWrappedText ( IRenderer renderer, int fontIndex, StringAlignment alignment, string s, float left, float top, float right, float bottom, RectangleF clipRect ) : void |
|
|
UpdateThickLineCounter ( DescriptionLine descriptionLine, DescriptionKind descriptionKind, int &thickLineCounter ) : void |
|
|
WidthInCells ( ) : int |
|
|