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

In This Topic
    DrawTrianglesPartialWithTexture Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawTrianglesPartialWithTexture( _
       ByVal vertices() As Point3D, _
       ByVal normals() As Vector3D, _
       ByVal texCoords() As PointF, _
       Optional ByVal addToCurrentBufferPart As Boolean _
    ) 
    public override void DrawTrianglesPartialWithTexture( 
       Point3D[] vertices,
       Vector3D[] normals,
       PointF[] texCoords,
       bool addToCurrentBufferPart
    )

    Parameters

    vertices
    normals
    texCoords
    addToCurrentBufferPart
    See Also