Notes About Parameters
- Rectangles are passed as a quadruple ( top, left, bottom,
right ).
- Coordinate system transformations are passed as a quadruple
(ox,oy,sx,sy), where (x,y) is transformed to ( ox + sx*x, oy
+ sy * y ).
- An encoding parameter is used in several functions that take
or return text. It is used to determine how to convert strings
internally stored as unicode into strings usable in the script
language. Currently, only the paramters 0, referring to the local
character set, and 1, referring to the western encoding appropriate
for the platform ( Roman script on Macintosh, and code page 1252
on Windows ), are allowed.
Script Classes
- Component
- ImageDisplay
- RasterImageDisplay
- LinePlotImageDisplay
- SurfacePlotImageDisplay
- Window
- TagGroup
- ImageDocument
- ROI - regions of interest, visible in
raster image displays and line plots
- Image
- ScriptObject
- String
Other Script Documentations
DM CORE Dialog Library Functions
Other Script Functions
non-class related script
functions
all script functions