Nevron.Diagram.WinForm Namespace / NView Class / ComputeWindowSize Method


In This Topic
    ComputeWindowSize Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function ComputeWindowSize( _
       ByVal includeHorzScroller As System.Boolean, _
       ByVal includeVertScroller As System.Boolean _
    ) As NSizeF
    'Usage
     
    
    Dim instance As NView
    Dim includeHorzScroller As System.Boolean
    Dim includeVertScroller As System.Boolean
    Dim value As NSizeF
     
    value = instance.ComputeWindowSize(includeHorzScroller, includeVertScroller)
    protected virtual NSizeF ComputeWindowSize( 
       System.bool includeHorzScroller,
       System.bool includeVertScroller
    )

    Parameters

    includeHorzScroller
    includeVertScroller
    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