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


In This Topic
    ToNRange2DF Method (NRectangle)
    In This Topic
    Converts this rectangle to NRange2DF
    Syntax
    'Declaration
     
    
    Public Function ToNRange2DF() As NRange2DF
    'Usage
     
    
    Dim instance As NRectangle
    Dim value As NRange2DF
     
    value = instance.ToNRange2DF()
    public NRange2DF ToNRange2DF()
    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