DrawTexturedRect: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (added class)
 
Line 1: Line 1:
{{navbar|DrawSetTexture|ISurface|DrawTexturedLine}}
{{navbar|DrawSetTexture|ISurface|DrawTexturedLine}}
=void '''DrawTexturedRect'''(int x0, int y0, int x1, int y1)=
=void [[ISurface]]::'''DrawTexturedRect'''(int x0, int y0, int x1, int y1)=
Draws a rectangle with the specified starting at the top left corner of the texture and drawing to the bottom right.
Draws a rectangle with the specified starting at the top left corner of the texture and drawing to the bottom right.
[[Category:ISurface]]
[[Category:ISurface]]

Latest revision as of 19:34, 28 June 2006


void ISurface::DrawTexturedRect(int x0, int y0, int x1, int y1)

Draws a rectangle with the specified starting at the top left corner of the texture and drawing to the bottom right.