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


In This Topic
    Parse Method (NPointL)
    In This Topic
    Converts the string representation of a point to its NPointL equivalent.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByRef s As System.String, _
       ByVal measurementSystemManager As NMeasurementSystemManager _
    ) As NPointL
    'Usage
     
    
    Dim s As System.String
    Dim measurementSystemManager As NMeasurementSystemManager
    Dim value As NPointL
     
    value = NPointL.Parse(s, measurementSystemManager)
    public static NPointL 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