Creates a new child Image.
            If a filePath is provided, the image will be loaded from that file,
            if not, the image will be a screen capture of the Geometry window.
            
Declaration Syntax
public virtual Image AddImage(string filePath)
Parameters
- filePath(string)
- Full path of file. Defaults to None.