VGUI Image: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎top: clean up)
 
Line 10: Line 10:
Looking for an image you can instantiate? See [[VGUI ImagePanel]].
Looking for an image you can instantiate? See [[VGUI ImagePanel]].


[[Category:VGUI_Controls|I]]
[[Category:VGUI Controls|I]]

Latest revision as of 05:50, 5 January 2024

Stub

This article or section is a stub. You can help by expanding 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.