Difference between revisions of "GraphicsObject"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''GraphicsObject Class''': (Inheritance: Object Base class ===Properties=== ===Methods===')
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''GraphicsObject Class''': (Inheritance: [[Object]]
+
[[Category:Lua]]
Base class
+
GraphicsObject '''class''': ('''Inheritance''': ''[[Object]]'')
  
===Properties===
+
Base class for graphics objects.
  
===Methods===
+
== Properties ==
 +
 
 +
== 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]