Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal contentRange As ContentRange, _ ByVal layoutStatus As LayoutStatus, _ ByVal actualSize As SizeFEx _ ) |
C# | |
---|---|
public LayoutResult( ContentRange contentRange, LayoutStatus layoutStatus, SizeFEx actualSize ) |
Parameters
- contentRange
- Specifies the content range of the layout area produced by a layout manager.
- layoutStatus
- Specifies the status of layout operation.
- actualSize
- Indicates the actual size that layout area, produced by layout manager, will occupy.