Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawPointsWithNormals Method

In This Topic
    DrawPointsWithNormals Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawPointsWithNormals( _
       ByVal points() As Point3D, _
       ByVal normals() As Vector3D, _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) 
    public override void DrawPointsWithNormals( 
       Point3D[] points,
       Vector3D[] normals,
       int first,
       int count
    )

    Parameters

    points
    normals
    first
    count
    See Also