VGUI Image: Difference between revisions
Jump to navigation
Jump to search
(New page: 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...) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--<br clear=all> | |||
<div class="boilerplate metadata" id="stub" align=left> ''This article is a [[Help:Stubs|stub]]. You can help by [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} adding to it].'' </div> | |||
<br clear=all>--> | |||
<div style="text-align: center; background: #B8C6FF; font-weight: bold; margin: 0.1em 10%; padding: 0.1em 0.1em; border: #E5E5E5 2px solid;"> | |||
''This article is a [[Help:Stubs|stub]]. You can help by [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} adding to it].'' | |||
</div> | |||
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. | 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. | ||
Line 4: | Line 12: | ||
[[Category:VGUI_Controls|P]] | [[Category:VGUI_Controls|P]] | ||
[[Category:Stubs]] |
Revision as of 12:32, 7 June 2009
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 something you can instantiate? See VGUI ImagePanel.