Method | Description | |
---|---|---|
CharFromPixel ( int X, int Y ) : |
Implementation of the iPainter CharFromPixel method
|
|
Dispose ( ) : void | ||
GetMaxCharWidth ( ) : int | ||
InitGraphics ( ) : void |
Implementation of the IPainter InitGraphics method. Initializes GDI32 backbuffers and brushes.
|
|
MeasureRow ( |
Implementation of the IPainter MeasureRow method.
|
|
MeasureString ( string s ) : |
Implementation of the IPainter MeasureString method
|
|
NativePainter ( EditViewControl control ) : System |
NativePainter constructor.
|
|
RenderAll ( ) : void |
Implementation of the IPainter RenderAll method.
|
|
RenderAll ( |
Implementation of the IPainter RenderAll method
|
|
RenderCaret ( |
||
RenderRow ( int RowIndex ) : void |
|
|
Resize ( ) : void |
Implementation of the IPainter Resize method
|
Method | Description | |
---|---|---|
ColumnFromPixel ( int RowIndex, int X ) : |
||
GetTextPointPixelPos ( |
||
InitIMEWindow ( ) : void | ||
RenderAll2 ( ) : void | ||
RenderBox ( int x, int y, int width, int height ) : void | ||
RenderCaret ( int RowIndex, int ypos ) : void | ||
RenderCollapsedSelectedText ( int RowIndex, int xPos ) : void | ||
RenderCollapsedSelection ( int RowIndex ) : void | ||
RenderCollapsedText ( int RowIndex, int xPos ) : void | ||
RenderExpansion ( int RowIndex ) : void | ||
RenderMargin ( int RowIndex ) : void | ||
RenderRow ( int RowIndex, int RowPos ) : void | ||
RenderSelectedText ( int RowIndex ) : void | ||
RenderSelectedText ( int RowIndex, int XOffset, |
||
RenderSelection ( int RowIndex ) : void | ||
RenderText ( int RowIndex ) : void | ||
RenderText ( int RowIndex, int XOffset, |
||
SetBrackets ( ) : void | ||
SetFont ( bool bold, bool italic, bool underline, |
||
SetSpanIndicators ( ) : void | ||
SetStringFont ( bool bold, bool italic, bool underline ) : void |
public CharFromPixel ( int X, int Y ) : |
||
X | int | Screen x position in pixels |
Y | int | Screen y position in pixels |
return |
public MeasureRow ( |
||
xtr | Row to measure | |
Count | int | Last char index |
return |
public MeasureString ( string s ) : |
||
s | string | String to measure |
return |
public NativePainter ( EditViewControl control ) : System | ||
control | EditViewControl | The control that will use the Painter |
return | System |
public RenderAll ( |
||
g | Target Graphics object | |
return | void |
public RenderCaret ( |
||
g | ||
return | void |