Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangleL Structure / Parse Method


In This Topic
    Parse Method (NRectangleL)
    In This Topic
    Converts the string representation of a margins structure to its NRectangleL equivalent.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByRef s As System.String, _
       ByVal measurementSystemManager As NMeasurementSystemManager _
    ) As NRectangleL
    'Usage
     
    
    Dim s As System.String
    Dim measurementSystemManager As NMeasurementSystemManager
    Dim value As NRectangleL
     
    value = NRectangleL.Parse(s, measurementSystemManager)
    public static NRectangleL Parse( 
       ref System.string s,
       NMeasurementSystemManager measurementSystemManager
    )

    Parameters

    s
    measurementSystemManager
    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