Click or drag to resize

OverlayMergedCommand Constructor

Create an OverlayMergedCommand that will overlay one image onto another using a merging algorithm to determine the output pixel.
Overload List
  NameDescription
Public methodOverlayMergedCommand
Initializes a new instance of the OverlayMergedCommand class.
Protected methodOverlayMergedCommand(SerializationInfo, StreamingContext)
Initializes a new instance of %OverlayMergedCommand%.
Public methodOverlayMergedCommand(AtalaImage, MergeOption)
Initializes a new instance of %OverlayMergedCommand% specifying the top image, and the merge option.
Public methodOverlayMergedCommand(AtalaImage, Point, MergeOption)
Initializes a new instance of %OverlayMergedCommand% specifying the top image, position of the image, and the merge option.
Public methodOverlayMergedCommand(AtalaImage, Point, MergeOption, Double)
Initializes a new instance of %OverlayMergedCommand% specifying the top image, position of the image, the merge option, and a factor used for some merge options.
Top
See Also