SelectionMouseToolIsEmpty Property |
Gets a value indicating if the tool has a valid selection.
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 IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
Property Value
Type:
Boolean A value indicating if the tool has a valid selection.
Remarks If either the width or height of the selection
Bounds is zero, this property will
return false.
See Also