_MoleculeProbeProperties, _ProbeProperties, MoveProbeToCenter, ProbeOptions, ProbeProperties, ShowMoleculeProbe, ShowProbe, ToggleMoleculeProbe, ToggleProbe
This function runs the Move Probe to Center command.
Description
MoveProbeToCenter();
This function moves probe in the image to the center of the screen.
See Also
ShowProbe
Description
ProbeOptions(
int Index
);
This function sets the probe color by the table Index parameter (0 = red, 1 = green, 2 = blue, 3 = yellow, 4 = magenta, 5 = cyan).
See Also
ShowProbe
Interactive command to this function: View > Layers Properties > Probe Properties
Description
ProbeProperties( intProbeColor
, doubleProbeLineWidth
, intProbeLeft
, intProbeTop
, intProbeRight
, intProbeBottom
);
This function sets the color, line width, position and size of the probe.
Parameters
Description
ShowMoleculeProbe(
int ShowProbe
);
Displays/hides the molecule probe within the current image.
Note
Images containing molecules metadata are produced by N-STORM acquisition.
See Also
Description
int ShowProbe(
int SondVisible
);
This function displays/hides probe in the picture.
Parameters
Note
This function is also available via small toolbar in right upper corner of main application window. There are four buttons on it: show histogram window, show probe, switch on/off auto exposure and auto white modes.
See Also
ToggleProbe
Description
ToggleMoleculeProbe();
Switches the molecule probe visibility ON or OFF.
Note
Images containing molecules metadata are produced by N-STORM acquisition.
See Also
This function runs the View > Layers > Probe command.
Description
ToggleProbe();
Toggles probe visibility. Probe displayed affects histograms and auto exposure and autowhite modes.
Note
Use this function for simple toggling of probe visibility. If you want to set the visibility directly, use the ShowProbe function.
See Also
ShowProbe
Description
_MoleculeProbeProperties();
Displays the molecule probe properties window where position and appearance of the molecule probe can be adjusted. (N-STORM)
Note
Images containing molecules metadata are produced by N-STORM acquisition.
See Also
This function runs the View > Layers Properties > Probe Properties command.
Description
_ProbeProperties();
This function displays the Probe Properties dialog window.