Difference between revisions of "GraphicsObject"

From Cheat Engine
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''GraphicsObject Class''': (Inheritance: [[Object]] )
+
[[Category:Lua]]
 +
GraphicsObject '''class''': ('''Inheritance''': ''[[Object]]'')
  
Base class
+
Base class for graphics objects.
  
===Properties===
+
== Properties ==
  
===Methods===
+
== See also ==
 +
* [[Lua]]
 +
* [[Help_File:Script engine|Script engine]]
 +
 
 +
=== Related Classes ===
 +
* [[Object]]
 +
* [[Control]]
 +
* [[Component]]
 +
* [[WinControl]]
 +
* [[Application]]
 +
* [[Form]]

Latest revision as of 11:50, 19 March 2017

GraphicsObject class: (Inheritance: Object)

Base class for graphics objects.

Properties[edit]

See also[edit]

Related Classes[edit]