Nevron.GraphicsCore Namespace / NPointDList Class / FromPointFArray Method


In This Topic
    FromPointFArray Method (NPointDList)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FromPointFArray( _
       ByVal points As System.Collections.Generic.IList(Of PointF) _
    ) As NPointD()
    'Usage
     
    
    Dim points As System.Collections.Generic.IList(Of PointF)
    Dim value() As NPointD
     
    value = NPointDList.FromPointFArray(points)
    public static NPointD[] 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