Click or drag to resize

ImageCommands Class

Provides a set of image related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.AdjustImageCommands

Namespace:  MediaCy.Automation.Adjust
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class ImageCommands

The ImageCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCanvas
The Canvas lets you add or remove work space around an existing image. You can crop an image by decreasing the canvas area.
Public propertyStatic memberClipboardCopy
Copies ROIs portion of the image into Clipboard.
Public propertyStatic memberClipboardCut
Cuts ROIs portion of the image into Clipboard.
Public propertyStatic memberClipboardPaste
Pastes the content of the Clipboard into an image.
Public propertyStatic memberClipboardPasteNew
Pastes content of the Clipboard into a new image.
Public propertyStatic memberClose
Closes the image.
Public propertyStatic memberConvert
Creates a copy of the ROI image with a different type.
Public propertyStatic memberCrop
Duplicates/Crops an image or image set using its ROI and active region.
Public propertyStatic memberDefine
Defines an image by its Name, DisplayName, McWindow or IMcDocument.
Public propertyStatic memberDuplicate
Creates a duplicate of the source.
Public propertyStatic memberExtractAllChannels
Extracts all channels from the color image.
Public propertyStatic memberExtractChannel
Extracts the selected channel from the color image.
Public propertyStatic memberMergeChannels
Merges the mono images into the color image.
Public propertyStatic memberNew
Creates a new image, returned in .
Public propertyStatic memberResetRange
Resets the image dynamic range.
Public propertyStatic memberResize
Scales the image ROI to a new height and width.
Public propertyStatic memberRotate
Rotates the image ROI by the specified angle, and creates a new image encompassing the rotated image.
Public propertyStatic memberSetRange
Sets the image dynamic range.
Public propertyStatic memberTint
Applies the tint to the image.
Public propertyStatic memberTintA
Applies the Tint A to the image.
Public propertyStatic memberTintB
Applies the Tint B to the image.
Public propertyStatic memberTintBlue
Applies the blue tint to the image.
Public propertyStatic memberTintC
Applies the Tint C to the image.
Public propertyStatic memberTintedAddToColorComposite
If Checked = True then automatically add tinted images to the color composite document.
Public propertyStatic memberTintGreen
Applies the green tint to the image.
Public propertyStatic memberTintOnOff
Toggles the tint on the image.
Public propertyStatic memberTintRed
Applies the red tint to the image.
Public propertyStatic memberTintRemove
Removes the tint from the image.
Public propertyStatic memberTintRemoveAll
Removes the tint from all images.
Public propertyStatic memberTintWhite
Applies the white tint to the image.
Public propertyStatic memberXYZPosition
Set XYZ Position.
Top
See Also