SelectionMouseToolMaskedImageCommand Property |
Gets or sets the ImageCommand used to for selection masking.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ImageCommand MaskedImageCommand { get; set; }
Public Property MaskedImageCommand As ImageCommand
Get
Set
Property Value
Type:
ImageCommand The ImageCommand used for selection masking.
Remarks The default ImageCommand used is the BrightnessContrastCommand with its
brightness level set to -40.
See Also