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

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

    Parameters

    vertices
    first
    count
    See Also