Eyeshot 10 WinForms API Reference
DrawQuad(TextureBase,Byte,RectangleF,Single,Boolean) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawQuad Method : DrawQuad(TextureBase,Byte,RectangleF,Single,Boolean) Method
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

Reference

RenderContextBase Class
RenderContextBase Members
Overload List