Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRange2DF Structure / ToRectangleF Method


In This Topic
    ToRectangleF Method (NRange2DF)
    In This Topic
    Converts this range to RectangleF.
    Syntax
    'Declaration
     
    
    Public Function ToRectangleF() As System.Drawing.RectangleF
    'Usage
     
    
    Dim instance As NRange2DF
    Dim value As System.Drawing.RectangleF
     
    value = instance.ToRectangleF()
    public System.Drawing.RectangleF ToRectangleF()
    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