| Visual Basic (Declaration) | |
|---|---|
Public Function AdjustFromResult( _ ByVal result As LayoutResult _ ) As LayoutContext | |
| C# | |
|---|---|
public LayoutContext AdjustFromResult( LayoutResult result ) | |
Parameters
- result
- A LayoutResult object containing the output of the ILayoutManager interface.