Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Surface Class / PerformLayout Method

In This Topic
    PerformLayout Method (Surface)
    In This Topic
    Recalculates the layout of all Visual and Space objects on this Surface.
    Syntax
    'Declaration
     
    Public Function PerformLayout() As System.Boolean
    public System.bool PerformLayout()

    Return Value

    true if successful, false if the width or height of any GrapeCity.Documents.Layout.LayoutRect has become negative and the ThrowIfNotFit is false.
    See Also