SelectionMouseToolIsMasked Property |
Gets or sets a value indicating whether the selection will use 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 bool IsMasked { get; set; }
Public Property IsMasked As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether the selection will use masking.
Remarks Masking is a feature in which the image is processed with the MaskedImageCommand except for the selected area.
Masked selection cannot be used with the freehand selection type.
See Also