Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.

VGUI IImage

From Valve Developer Community
Jump to: navigation, search

Stub

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

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


  • The only class that derives from IImage is VGUI Image.


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