Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NBodyContainerAdapter Class / GetLayoutArea Method


In This Topic
    GetLayoutArea Method (NBodyContainerAdapter)
    In This Topic
    Gets the container layout area
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetLayoutArea() As NRectangleF
    'Usage
     
    
    Dim instance As NBodyContainerAdapter
    Dim value As NRectangleF
     
    value = instance.GetLayoutArea()
    public abstract NRectangleF GetLayoutArea()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also