Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPointFList Class / FromPointFArray Method


In This Topic
    FromPointFArray Method (NPointFList)
    In This Topic
    Creates a NPointF array, which contains the points in the specified list.
    Syntax
    'Declaration
     
    
    Public Shared Function FromPointFArray( _
       ByVal points As System.Collections.Generic.IList(Of PointF) _
    ) As NPointF()
    'Usage
     
    
    Dim points As System.Collections.Generic.IList(Of PointF)
    Dim value() As NPointF
     
    value = NPointFList.FromPointFArray(points)
    public static NPointF[] FromPointFArray( 
       System.Collections.Generic.IList<PointF> points
    )

    Parameters

    points
    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