_CopySelect, _CopySelectEx, _Paste, _PasteBrightfield, _PasteChannels, _PasteKeepAspect, _PasteRectangle, _PasteSelect, Copy, CopyBinary, CopySelect, CopySelectEx, Paste, PasteBinary, PasteBrightfield, PasteChannels, PasteRectangle, PasteWithName
This function runs the Edit > Copy command.
Description
Copy();
This function copies contents of the picture window to clipboard.
Note
If you can see some temporarily paintings on the screen (e.g. contours after object scanning or lines generated by interactive length measurement) or binary image in overlay, all these additional elements are joined with color (gray) image into one picture in the clipboard. Zoom window and toolbar are not copied. Instead, content of color (gray) image under these windows is copied.
See Also
_CopySelect, CopySelect, _PasteSelect, PasteRectangle, Paste
This function runs the Copy Binary command.
Description
CopyBinary();
This function copies the current binary image (in case of ND) from the selected (visible) layers into clipboard. The copied binary layers can be inserted into another image or as a new image.
See Also
PasteBinary, BinLayerCopy
Interactive command to this function: Edit > Copy Selection > Select & Copy
Description
CopySelect( intLeft
, intTop
, intRight
, intBottom
);
This function copies the specified region of the current image to clipboard. The margin values depend on the hardware and Windows display driver.
Parameters
Note
If you can see some temporarily paintings on the screen (e.g. contours after object scanning or lines generated by interactive length measurement) or binary image in overlay, all these additional elements are joined with color (gray) image into one picture in the clipboard. Zoom window and Tool bar are not copied. Instead, contents of color (gray) image under these windows are copied.
See Also
Copy, _CopySelect, _PasteSelect, PasteRectangle, Paste
Interactive command to this function: Edit > Copy Selection > Select & Copy Last
Description
CopySelectEx( intLeft
, intTop
, intWidth
, intHeight
);
This function copies the specified region of the current image to clipboard.
Parameters
Note
This function is typically called, when you invoke the _CopySelect or the _CopySelectEx. An interactive equivalent is the _CopySelect function.
See Also
_CopySelect, CopySelect
Interactive command to this function: Edit > Paste As New Image
Description
Paste();
This function pastes the image from clipboard and creates a new image.
Note
If the number of created images exceeds the number defined in the General Options dialog box, the first open images will be closed without saving any changes done to them.
See Also
PasteWithName, _Paste
Description
PasteBinary();
This function inserts the content of the clipboard to the current image as a binary layer. The clipboard content must contain binary data.
See Also
CopyBinary, BinLayerCopy
Interactive command to this function: Edit > Paste > Paste As Brightfield
Description
PasteBrightfield();
This function inserts the clipboard data to the current image as a Brightfield channel.
See Also
PasteBinary
Interactive command to this function: Edit > Paste > Paste As New Channel(s)
Description
PasteChannels();
This function pastes the previously copied channel(s) into the current image.
Interactive command to this function: Edit > Paste > Paste Rectangle
Description
PasteRectangle( intLeft
, intTop
, intRight
, intBottom
, intFit
);
This function pastes an image from clipboard to a rectangle in the current image specified by the parameters below. The margin values depend on the hardware and Windows display driver. An interactive equivalent is the _PasteRectangle function.
Parameters
Note
If an image in clipboard is a binary image it is pasted to the current binary image, otherwise it is pasted to the current color (gray) image.
See Also
_PasteRectangle, Copy, _CopySelect, Paste, _PasteSelect, CopySelect
Description
PasteWithName(
char *DocumentName
);
This function pastes an image from clipboard and creates a new image with the specified name.
Note
If the number of created images exceeds the number defined in the General Options dialog box, the first opened images will be closed without saving any changes done to them.
This function runs the Edit > Copy Selection > Select & Copy command.
Description
_CopySelect();
This function displays the copy-rectangle cursor and enables you to select an appropriate rectangular image part for copying.
Note
If you can see some temporarily paintings on the screen (e.g. contours after object scanning or lines generated by interactive length measurement) or binary image in overlay, all these additional elements are joined with the color (gray) image into one picture in the clipboard. Zoom window and Toolbar are not copied. Instead, contents of color (gray) image under these windows are copied.
See Also
Copy, _PasteSelect, PasteRectangle, Paste
This function runs the Edit > Copy Selection > Select & Copy Last command.
Description
_CopySelectEx();
This function displays the copy-rectangle cursor and enables you to select a rectangular image part with fixed, last dimensions for copying.
Note
If you can see some temporarily paintings on the screen (e.g. contours after object scanning or lines generated by interactive length measurement) or binary image in overlay, all these additional elements are joined with the color (gray) image into one picture in the clipboard. Zoom window and Toolbar are not copied. Instead, contents of color (gray) image under these windows are copied.
See Also
Copy, CopySelect, _PasteSelect, PasteRectangle, Paste
This function runs the Edit > Paste As New Image command.
Description
_Paste();
This function pastes an image from clipboard and creates a new image.
Note
If the number of created images exceeds the number defined in the General Options dialog window, the first opened images will be closed, allowing the user to save any changes in them.
See Also
Paste, Copy, _CopySelect, _PasteSelect, PasteRectangle, CopySelect
This function runs the Edit > Paste > Paste As Brightfield command.
Description
_PasteBrightfield();
This function runs the Edit > Paste > Paste As New Channel(s) command.
Description
_PasteChannels();
This function pastes a previously copied channel(s) into the current image.
This function runs the Edit > Paste > Paste Keep Aspect command.
Description
_PasteKeepAspect();
This function pastes the copied selection and keeps its aspect.
This function runs the Edit > Paste > Paste Rectangle command.
Description
_PasteRectangle();
This function displays the Paste-Rectangle cursor and enables the user to select an appropriate rectangular image part for pasting.
See Also
Copy, Paste, _CopySelect, _PasteSelect, PasteRectangle, CopySelect
This function runs the Edit > Paste > Select & Paste command.
Description
_PasteSelect();
This function displays the paste-origin cursor and enables the user to mark the upper-left origin of the pasted image.
Note
If an image in clipboard is a binary image, it is pasted to the current binary image, otherwise it is pasted to the current color (gray) image.
See Also
Copy, Paste, _CopySelect, PasteRectangle, CopySelect