Nevron.Diagram Namespace / NDrawingDocument Class / ComputeNewBounds Method


ComputeNewBounds Method (NDrawingDocument)
Syntax
'Declaration
 
Protected Overridable Function ComputeNewBounds( _
   ByVal mode As AutoBoundsMode, _
   ByVal padding As NMargins, _
   ByVal minSize As NSizeF, _
   ByVal filter As NFilter, _
   ByVal customBounds As NRectangleF _
) As NRectangleF
 
'Usage
 
Dim instance As NDrawingDocument
Dim mode As AutoBoundsMode
Dim padding As NMargins
Dim minSize As NSizeF
Dim filter As NFilter
Dim customBounds As NRectangleF
Dim value As NRectangleF
 
value = instance.ComputeNewBounds(mode, padding, minSize, filter, customBounds)

Parameters

mode
padding
minSize
filter
customBounds
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