Property | Type | Description | |
---|---|---|---|
__aa_dbugId | int | ||
dbugMark1 | int | ||
dbugMark2 | int |
Method | Description | |
---|---|---|
AddNewAnonInline ( |
||
AppendChild ( |
||
AppendToAbsoluteLayer ( |
append box to this element's absolute layer
|
|
ChangeDisplayType ( |
||
Clear ( ) : void | ||
CssBox ( |
||
CssBox ( |
||
CustomContentHitTest ( float x, float y, |
||
CustomRecomputedValue ( |
||
GetAbsoluteChildBoxBackwardIter ( ) : IEnumerable |
||
GetAbsoluteChildBoxIter ( ) : IEnumerable |
||
GetChildBoxIter ( ) : IEnumerable |
||
GetEmHeight ( ) : float |
Gets the height of the font in the specified units
|
|
GetFirstChild ( ) : |
||
GetGlobalLocation ( float &globalX, float &globalY ) : |
||
GetRunIter ( ) : IEnumerable |
||
GetTopRootCssBox ( ) : |
||
InsertChild ( |
||
InvalidateComputeValue ( |
||
InvalidateGraphics ( ) : void | ||
InvalidateGraphics ( |
||
IsPointInArea ( float x, float y ) : bool | ||
MeasureRunsSize ( |
Assigns words its width and height
|
|
Paint ( |
||
Paint ( |
||
PerformLayout ( |
Measures the bounds of box and children, recursively.
|
|
ReEvaluateFont ( IFonts iFonts, float parentFontSize ) : void | ||
RemoveChild ( |
||
SetAsBrBox ( |
||
SetController ( object controller ) : void | ||
SetExpectedSize ( float expectedW, float expectedH ) : void | ||
SetLocation ( float localX, float localY ) : void |
set location relative to container box
|
|
SetRowSpanAndColSpan ( int rowSpan, int colSpan ) : void | ||
SetViewport ( int viewportX, int viewportY ) : void | ||
SetVisualHeight ( float height ) : void | ||
SetVisualSize ( float width, float height ) : void |
set presentation (visual) size width,height
|
|
SetVisualWidth ( float width ) : void | ||
ToString ( ) : string | ||
UnsafeGetBoxSpec ( |
||
UnsafeGetController ( |
||
UnsafeSetContentRuns ( |
||
UnsafeSetParent ( |
||
UnsafeSetTextBuffer ( |
||
UpdateMarginTopCollapse ( |
Gets the result of collapsing the vertical margins of the two boxes
|
|
dbugPaint ( |
Method | Description | |
---|---|---|
GetGlobalLocationImpl ( float &globalX, float &globalY ) : |
||
PaintImp ( |
||
PerformContentLayout ( |
Measures the bounds of box and children, recursively.
|
|
SetAsCustomCssBox ( |
Method | Description | |
---|---|---|
AddLineBox ( |
||
CalculateMinimumWidth ( int calculationEpisode ) : float |
Gets the minimum width that the box can be. *** The box can be as thin as the longest word plus padding
|
|
CalculateMinimumWidthAndWidestRun ( |
||
DirectSetBorderWidth ( CssSide side, float w ) : void | ||
EvaluateSpec ( |
||
FindContainerForAbsoluteBox ( ) : |
||
FindContainerForCenteredBox ( ) : |
||
FindContainerForFixedBox ( ) : |
||
GetFirstLineBox ( ) : |
||
GetGlobalLocationRelativeToRoot ( float &globalX, float &globalY ) : |
||
GetHeightAfterMarginBottomCollapse ( |
Gets the result of collapsing the vertical margins of the two boxes
|
|
GetLastLineBox ( ) : |
||
GetLatestCachedMinWidth ( |
|
|
GetLineBoxBackwardIter ( ) : IEnumerable |
||
GetLineBoxIter ( ) : IEnumerable |
||
GetNextNode ( ) : |
||
GetPrevNode ( ) : |
||
GetSplitInfo ( |
||
OffsetLocalTop ( float dy ) : void | ||
PaintBackground ( |
Paints the background of the box
|
|
PaintDecoration ( |
||
ReEvaluateComputedValues ( IFonts iFonts, |
evaluate computed value
|
|
RecalculateMargin ( |
recalculate margin
|
|
RecalculatePadding ( |
recalculate padding
|
|
ResetLineBoxes ( ) : void | ||
ResetTextFlags ( ) : void | ||
SetCssBoxFromContainerAvailableWidth ( float containerClientWidth ) : void | ||
SetCssBoxHeight ( float height ) : void | ||
SetCssBoxWidth ( float width ) : void |
set box width related to its boxsizing model and recalcualte visual width
|
|
SetHeightToZero ( ) : void | ||
TransplateDisplayOutsideInside ( CssDisplay cssDisplay, CssDisplayOutside &outside, CssDisplayInside &inside ) : void | ||
UnsafeGetChildren ( |
||
UnsafeGetLinkedNode ( |
||
UnsafeGetRunList ( |
||
UnsafeGetTextBuffer ( |
||
UnsafeSetNodes ( |
||
UpdateIfHigher ( |
||
ValidateComputeValues ( |
||
dbugBeforeSetHeight ( float height ) : void | ||
dbugBeforeSetWidth ( float width ) : void | ||
dbugChangeSiblingOrder ( int siblingIndex ) : void | ||
dbugCopyTextContent ( ) : string |
public static AddNewAnonInline ( |
||
parent | ||
return |
public AppendToAbsoluteLayer ( |
||
box | ||
return | void |
public static ChangeDisplayType ( |
||
box | ||
newdisplay | CssDisplay | |
return | void |
public CssBox ( |
||
spec | ||
rootgfx | RootGraphic | |
return | System |
public CssBox ( |
||
spec | ||
rootgfx | RootGraphic | |
displayType | CssDisplay | |
return | System |
public CustomContentHitTest ( float x, float y, |
||
x | float | |
y | float | |
hitChain | ||
return | bool |
public CustomRecomputedValue ( |
||
containingBlock | ||
return | void |
public GetAbsoluteChildBoxBackwardIter ( ) : IEnumerable |
||
return | IEnumerable |
public GetAbsoluteChildBoxIter ( ) : IEnumerable |
||
return | IEnumerable |
public GetGlobalLocation ( float &globalX, float &globalY ) : |
||
globalX | float | |
globalY | float | |
return |
protected GetGlobalLocationImpl ( float &globalX, float &globalY ) : |
||
globalX | float | |
globalY | float | |
return |
public InsertChild ( |
||
beforeBox | ||
box | ||
return | void |
public static InvalidateComputeValue ( |
||
box | ||
return | void |
public InvalidateGraphics ( |
||
clientArea | ||
return | void |
public IsPointInArea ( float x, float y ) : bool | ||
x | float | |
y | float | |
return | bool |
public MeasureRunsSize ( |
||
lay | ||
return | void |
public Paint ( |
||
p | ||
r | ||
return | void |
protected PerformContentLayout ( |
||
lay | ||
return | void |
public PerformLayout ( |
||
lay | ||
return | void |
public ReEvaluateFont ( IFonts iFonts, float parentFontSize ) : void | ||
iFonts | IFonts | |
parentFontSize | float | |
return | void |
public static SetAsBrBox ( |
||
box | ||
return | void |
protected static SetAsCustomCssBox ( |
||
box | ||
return | void |
public SetController ( object controller ) : void | ||
controller | object | |
return | void |
public SetExpectedSize ( float expectedW, float expectedH ) : void | ||
expectedW | float | |
expectedH | float | |
return | void |
public SetLocation ( float localX, float localY ) : void | ||
localX | float | |
localY | float | |
return | void |
public SetRowSpanAndColSpan ( int rowSpan, int colSpan ) : void | ||
rowSpan | int | |
colSpan | int | |
return | void |
public SetViewport ( int viewportX, int viewportY ) : void | ||
viewportX | int | |
viewportY | int | |
return | void |
public SetVisualHeight ( float height ) : void | ||
height | float | |
return | void |
public SetVisualSize ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |
public static UnsafeGetBoxSpec ( |
||
box | ||
return |
public static UnsafeGetController ( |
||
box | ||
return | object |
public static UnsafeSetContentRuns ( |
||
box | ||
runs | List |
|
isAllWhitespace | bool | |
return | void |
public static UnsafeSetParent ( |
||
box | ||
parent | ||
return | void |
public static UnsafeSetTextBuffer ( |
||
box | ||
textBuffer | char | |
return | void |
public UpdateMarginTopCollapse ( |
||
upperSibling | the previous box under the same parent | |
return | float |
public dbugPaint ( |
||
p | ||
r | ||
return | void |