Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DXUtils Class / GetPointRGBData Method / GetPointRGBData(IList<Point3D>,Int32,Int32) Method

In This Topic
    GetPointRGBData(IList<Point3D>,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetPointRGBData( _
       ByVal vertices As IList(Of Point3D), _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) As Single()
    public static float[] GetPointRGBData( 
       IList<Point3D> vertices,
       int first,
       int count
    )

    Parameters

    vertices
    first
    count
    See Also