Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMarginsF Structure / GetInnerRect Method


In This Topic
    GetInnerRect Method
    In This Topic
    Returns a the inner rectangle with applied margins from the left, top, right and bottom
    Syntax
    'Declaration
     
    
    Public Function GetInnerRect( _
       ByRef bounds As NRectangleF _
    ) As NRectangleF
    'Usage
     
    
    Dim instance As NMarginsF
    Dim bounds As NRectangleF
    Dim value As NRectangleF
     
    value = instance.GetInnerRect(bounds)
    public NRectangleF GetInnerRect( 
       ref NRectangleF bounds
    )

    Parameters

    bounds
    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