Property | Type | Description | |
---|---|---|---|
DrawIp | void | ||
DrawRange | void | ||
DrawUnderline | void | ||
MakeSelectionAt |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return |
public Layout ( LayoutInfo transform ) : void | ||
transform | LayoutInfo | |
return | void |
public PaintBackground ( IVwGraphics vg, PaintTransform ptrans ) : void | ||
vg | IVwGraphics | |
ptrans | PaintTransform | |
return | void |
public PaintForeground ( IVwGraphics vg, PaintTransform ptrans ) : void | ||
vg | IVwGraphics | |
ptrans | PaintTransform | |
return | void |
public StringBox ( AssembledStyles styles, ILgSegment segment, int ichMin ) : System | ||
styles | AssembledStyles | |
segment | ILgSegment | |
ichMin | int | |
return | System |