Click or drag to resize

MouseToolIsMouseToolBehaviorSupported Method

Indicates if the specified MouseToolBehavior is supported by the MouseTool.

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 virtual bool IsMouseToolBehaviorSupported(
	MouseToolBehavior behavior
)

Parameters

behavior
Type: Atalasoft.Imaging.WpfMouseToolBehavior
The behavior to test.

Return Value

Type: Boolean
A value indicating whether the specified behavior is supported.
See Also