Difference between revisions of "GraphicsObject"
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: | ||
− | ''' | + | [[Category:Lua]] |
− | + | GraphicsObject '''class''': ('''Inheritance''': ''[[Object]]'') | |
− | + | Base class for graphics objects. | |
− | === | + | == 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.