ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Methods > CreateObject Method |
Creates a new instance of any object that implements IIGObject interface. All the creatable objects contained inside Core implement this interface.
CreateObject (ObjType As enumIGCoreObjType) As IGObject
Name | Description |
---|---|
ObjType | The type of object to be created, see enumIGCoreObjType Enumeration. |
A new object of the requested type.
N/A
Core