Click or drag to resize

SetAlphaFromMaskCommand Constructor

Creates a new instance of the SetAlphaFromMaskCommand object, used to create an image with alpha by setting the alpha values to the corresponding pixel value in a mask image.
Overload List
  NameDescription
Public methodSetAlphaFromMaskCommand
Creates a new instance of SetAlphaFromMaskCommand.
Protected methodSetAlphaFromMaskCommand(SerializationInfo, StreamingContext)
Creates a new instance of SetAlphaFromMaskCommand from serialization information.
Public methodSetAlphaFromMaskCommand(AtalaImage, Boolean, AlphaMergeType)
Creates a new instance of SetAlphaFromMask specifying maskImage, resizeMask and mergeType.
Public methodSetAlphaFromMaskCommand(AtalaImage, Boolean, AlphaMergeType, Point)
Creates a new instance of SetAlphaFromMask specifying maskImage, resizeMask, mergeType and position.
Top
See Also