Свойство | Тип | Описание | |
---|---|---|---|
DrawIp | void | ||
DrawRange | void | ||
DrawUnderline | void | ||
MakeSelectionAt |
Метод | Описание | |
---|---|---|
GetIpLocation ( |
Get the IP location, if in this segment; if not return a dummy rectangle and 'here' will be false.
|
|
Layout ( LayoutInfo transform ) : void | ||
PaintBackground ( IVwGraphics vg, PaintTransform ptrans ) : void | ||
PaintForeground ( IVwGraphics vg, PaintTransform ptrans ) : void | ||
StringBox ( AssembledStyles styles, ILgSegment segment, int ichMin ) : System |
Make one.
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
DrawIp ( |
||
DrawRange ( int ichMin, int ichLim, IVwGraphics vg, PaintTransform ptrans, int topOfLine, int bottomOfLine ) : void | ||
DrawUnderline ( IVwGraphics pvg, int xdLeft, int xdRight, int ydTop, int dxScreenPix, int dyScreenPix, int clrUnder, FwUnderlineType unt, int xOffset ) : void |
Draw an underline from xdLeft to xdRight at ydTop, given the specified screen resolution, the desired colur and underline type, and (for aligning squiggles) the offset in the destination drawing rectangle.
|
|
MakeSelectionAt ( Point where, IVwGraphics vg, PaintTransform ptrans ) : |
public GetIpLocation ( |
||
ip | ||
vg | IVwGraphics | |
ptrans | PaintTransform | |
here | bool | |
Результат |
public Layout ( LayoutInfo transform ) : void | ||
transform | LayoutInfo | |
Результат | void |
public PaintBackground ( IVwGraphics vg, PaintTransform ptrans ) : void | ||
vg | IVwGraphics | |
ptrans | PaintTransform | |
Результат | void |
public PaintForeground ( IVwGraphics vg, PaintTransform ptrans ) : void | ||
vg | IVwGraphics | |
ptrans | PaintTransform | |
Результат | void |
public StringBox ( AssembledStyles styles, ILgSegment segment, int ichMin ) : System | ||
styles | AssembledStyles | |
segment | ILgSegment | |
ichMin | int | |
Результат | System |