Метод |
Описание |
|
CountColumns ( int &column, int start, int end, int logicalLine, Graphics g ) : float |
|
|
DrawBracketHighlight ( Graphics g, Rectangle rect ) : void |
|
|
DrawDocumentWord ( Graphics g, string word, Point position, Font font, Color foreColor, Brush backBrush ) : int |
|
|
DrawEOLMarker ( Graphics g, Color color, Brush backBrush, int x, int y ) : int |
|
|
DrawInvalidLineMarker ( Graphics g, int x, int y ) : void |
|
|
DrawLineMarkerAtLine ( int lineNumber ) : bool |
|
|
DrawMarker ( Graphics g, ICSharpCode.TextEditor.Document.TextMarker marker, RectangleF drawingRect ) : void |
|
|
DrawMarkerDraw ( Graphics g ) : void |
|
|
DrawSpaceMarker ( Graphics g, Color color, int x, int y ) : void |
|
|
DrawString ( Graphics g, string text, Font font, Color color, int x, int y ) : void |
|
|
DrawTabMarker ( Graphics g, Color color, int x, int y ) : void |
|
|
DrawVerticalRuler ( Graphics g, Rectangle lineRectangle ) : void |
|
|
FindNextFoldedFoldingOnLineAfterColumn ( int lineNumber, int column ) : ICSharpCode.TextEditor.Document.FoldMarker |
|
|
GetBgColorBrush ( int lineNumber ) : Brush |
|
|
GetFontHeight ( Font font ) : int |
|
|
GetLogicalColumn ( int lineNumber, int visualPosX, ICSharpCode.TextEditor.Document.FoldMarker &inFoldMarker ) : TextLocation |
|
|
GetLogicalColumnInternal ( Graphics g, LineSegment line, int start, int end, int &drawingPos, int targetVisualPosX ) : int |
|
|
GetMarkerBrushAt ( int offset, int length, Color &foreColor, IList &markers ) : Brush |
Get the marker brush (for solid block markers) at a given position. |
|
IsNearerToAThanB ( int num, int a, int b ) : bool |
|
|
MeasureStringWidth ( Graphics g, string word, Font font ) : int |
|
|
PaintDocumentLine ( Graphics g, int lineNumber, Rectangle lineRectangle ) : void |
|
|
PaintFoldingText ( Graphics g, int lineNumber, int physicalXPos, Rectangle lineRectangle, string text, bool drawSelected ) : int |
|
|
PaintLinePart ( Graphics g, int lineNumber, int startColumn, int endColumn, Rectangle lineRectangle, int physicalXPos ) : int |
|
|