Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangle Structure / FitRectangle Method


In This Topic
    FitRectangle Method (NRectangle)
    In This Topic
    Returns the fitted rectangle with the specified orientation (in degrees)
    Syntax
    'Declaration
     
    
    Public Shared Function FitRectangle( _
       ByVal rect As NRectangle, _
       ByVal orientation As System.Single _
    ) As NRectangle
    'Usage
     
    
    Dim rect As NRectangle
    Dim orientation As System.Single
    Dim value As NRectangle
     
    value = NRectangle.FitRectangle(rect, orientation)
    public static NRectangle FitRectangle( 
       NRectangle rect,
       System.float orientation
    )

    Parameters

    rect
    orientation
    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