Click or drag to resize

OverlayCommand Constructor

Create an OverlayCommand used to overlay one image onto another.
Overload List
  NameDescription
Public methodOverlayCommand
Initializes a new instance of the OverlayCommand class.
Protected methodOverlayCommand(SerializationInfo, StreamingContext)
Initializes a new instance of %OverlayCommand%.
Public methodOverlayCommand(AtalaImage, Point)
Overlay one image onto another.
Public methodOverlayCommand(AtalaImage, Point, Double)
Overlay one image onto another.
Public methodOverlayCommand(AtalaImage, Point, Color)
Overlay one image onto another.
Public methodOverlayCommand(AtalaImage, Point, Int32)
Overlay an 8-bit image onto another.
Top
See Also