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

In This Topic
    DrawQuadWithTextures Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawQuadWithTextures( _
       ByVal texture As TextureBase, _
       ByVal texCoords() As Single, _
       ByVal alpha As Byte, _
       ByVal rect As RectangleF, _
       ByVal zCoord As Single, _
       ByVal buffered As Boolean _
    ) 
    public override void DrawQuadWithTextures( 
       TextureBase texture,
       float[] texCoords,
       byte alpha,
       RectangleF rect,
       float zCoord,
       bool buffered
    )

    Parameters

    texture
    texCoords
    alpha
    rect
    zCoord
    buffered
    See Also