VGUI Image

From Valve Developer Community
Revision as of 13:05, 7 June 2009 by Ring2ding (talk | contribs)
Jump to navigation Jump to search

This article is a stub. You can help by adding to it.

An Image is a vgui2 element defined in the vgui_controls library, in the file Image.cpp. Images are available in all source games. Image is a pure virutal class, which means that it cannot be instantiated as an object and is used simply as a base class for other classes.



Looking for an image you can instantiate? See VGUI ImagePanel.