Nevron.GraphicsCore Namespace / NRectangleF Structure / FitRectangle Method


FitRectangle Method (NRectangleF)
Syntax
'Declaration
 
Public Shared Function FitRectangle( _
   ByVal rect As NRectangleF, _
   ByVal orientation As System.Single _
) As NRectangleF
 
'Usage
 
Dim rect As NRectangleF
Dim orientation As System.Single
Dim value As NRectangleF
 
value = NRectangleF.FitRectangle(rect, 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