Nevron .NET Vision
Nevron.UI.WinForm Namespace / NStickyObjectManager Class / GetBoundsCore Method
The proposed bounds.


In This Topic
    GetBoundsCore Method
    In This Topic
    Performs the core hit-test logic.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetBoundsCore( _
       ByVal proposed As System.Drawing.Rectangle _
    ) As System.Drawing.Rectangle
    'Usage
     
    
    Dim instance As NStickyObjectManager
    Dim proposed As System.Drawing.Rectangle
    Dim value As System.Drawing.Rectangle
     
    value = instance.GetBoundsCore(proposed)
    protected virtual System.Drawing.Rectangle GetBoundsCore( 
       System.Drawing.Rectangle proposed
    )

    Parameters

    proposed
    The proposed bounds.

    Return Value

    The newly calculated bounds. May equal the proposed one.
    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