DrawTexturedPolyLine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (added class)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}}
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}}
=void '''DrawTexturedSubRect'''( int x0, int y0, int x1, int y1,<br>float texs0, float text0, float texs1, float text1 )=
=void [[ISurface]]::'''DrawTexturedPolyLine'''( const [[Vertex_t]] *p,int n )=
This function draws a textured rectangle with specified transformation values where tex*0 pertains to the top left and tex*1 pertains to the bottom right.
This function performs a similar task to [[DrawTexturedPolygon]]; the difference being this function only draws the outline.
[[Category:ISurface]]
[[Category:ISurface]]

Latest revision as of 19:34, 28 June 2006


void ISurface::DrawTexturedPolyLine( const Vertex_t *p,int n )

This function performs a similar task to DrawTexturedPolygon; the difference being this function only draws the outline.