Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawQuad Method / DrawQuad(TextureBase,Byte,RectangleF,Single,Boolean) Method

In This Topic
    DrawQuad(TextureBase,Byte,RectangleF,Single,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawQuad( _
       ByVal texture As TextureBase, _
       ByVal alpha As Byte, _
       ByVal rect As RectangleF, _
       ByVal zCoord As Single, _
       ByVal flipY As Boolean _
    ) 
    public void DrawQuad( 
       TextureBase texture,
       byte alpha,
       RectangleF rect,
       float zCoord,
       bool flipY
    )

    Parameters

    texture
    alpha
    rect
    zCoord
    flipY
    See Also