ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGDisplayCtl Control > IGDisplayCtl Methods > CreateObject Method |
Creates a new instance of one of display objects. All the creatable objects contained inside Display implement IGObject interface.
CreateObject (ObjType As enumDisplayObjType) As IGObject
Name | Description |
---|---|
ObjType | The type of object to be created, see enumIGDisplayObjType Enumeration description. |
A new object of the requested type.
N/A
Display