Property | Type | Description | |
---|---|---|---|
dbugId | int |
Property | Type | Description | |
---|---|---|---|
AddRun | void | ||
CalculateLineHeight | float | ||
CanDoMoreLeftOffset | bool | ||
CloseLine | void | ||
DoLeftOffset | void | ||
FindMaxWidthRun | |||
GetFirstRun | |||
GetLastRun | |||
GetRightOfLastRun | float | ||
GetRun | |||
GetRunIter | IEnumerable |
||
GetRunIter | IEnumerable |
||
OffsetTop | void | ||
PaintBackgroundAndBorder | void | ||
PaintDecoration | void | ||
PaintRuns | void | ||
RegisterStripPart | void | ||
SetBaseLine | void | ||
StepUpRegisterStrips | int | ||
dbugPaintRuns | void |
Method | Description | |
---|---|---|
ApplyBaseline ( float baseline ) : void | ||
CalculateTotalBoxBaseLine ( |
||
CssLineBox ( |
Creates a new LineBox
|
|
GetAreaStripTopPosIter ( ) : IEnumerable |
||
HitTest ( float x, float y ) : bool | ||
ToString ( ) : string |
Returns the words of the linebox
|
Method | Description | |
---|---|---|
AddRun ( |
Lets the linebox add the word an its box to their lists if necessary.
|
|
CalculateLineHeight ( ) : float | ||
CanDoMoreLeftOffset ( float newOffset, float rightLimit ) : bool | ||
CloseLine ( |
||
DoLeftOffset ( float diff ) : void | ||
FindMaxWidthRun ( float minimum ) : |
||
GetFirstRun ( ) : |
||
GetLastRun ( ) : |
||
GetRightOfLastRun ( ) : float | ||
GetRun ( int index ) : |
||
GetRunIter ( ) : IEnumerable |
||
GetRunIter ( |
||
OffsetTop ( float ydiff ) : void | ||
PaintBackgroundAndBorder ( PaintVisitor p ) : void | ||
PaintDecoration ( PaintVisitor p ) : void | ||
PaintRuns ( PaintVisitor p ) : void | ||
RegisterStripPart ( CssBox runOwner, float left, float top, float right, float bottom, List |
||
SetBaseLine ( CssBox stripOwnerBox, float baseline ) : void |
Gets the baseline Height of the rectangle
|
|
StepUpRegisterStrips ( PartialBoxStrip>.Dictionary |
||
dbugPaintRuns ( PaintVisitor p ) : void |
public ApplyBaseline ( float baseline ) : void | ||
baseline | float | |
return | void |
public CalculateTotalBoxBaseLine ( |
||
lay | ||
return | float |
public CssLineBox ( |
||
ownerBox | ||
return | System |
public GetAreaStripTopPosIter ( ) : IEnumerable |
||
return | IEnumerable |