Removing references to history and show window commands. Replaced the use of... authored by Kevin Meaney's avatar Kevin Meaney
Removing references to history and show window commands. Replaced the use of show window with a nsgraphicscontext object in a couple of the command line examples.
...@@ -292,7 +292,7 @@ Which basically creates the json text data and then sends the same perform comma ...@@ -292,7 +292,7 @@ Which basically creates the json text data and then sends the same perform comma
#### doaction #### doaction
The doaction subcommand has a number of associated actions. These are: -closeall, -close, -drawelement, -export, -getstringdrawingsize, -getpixeldata, -renderfilterchain, various drawing history commands and -addimage. The various different actions apply to different types of objects, or in the case of -closeall, applies to the MILA only. The doaction subcommand has a number of associated actions. These are: -closeall, -close, -drawelement, -export, -getstringdrawingsize, -getpixeldata, -renderfilterchain, and -addimage. The various different actions apply to different types of objects, or in the case of -closeall, applies to the MILA only.
Example of the export doaction subcommand that applies to an image exporter object: Example of the export doaction subcommand that applies to an image exporter object:
... ...
......