Click or drag to resize

MouseToolSetCreatingState Method

Sets the value for the IsCreating property.

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
protected void SetCreatingState(
	bool isCreating
)

Parameters

isCreating
Type: SystemBoolean
The value to use for IsCreating.
Remarks
The value of IsCreating is used by the AtalaImageViewer for scrolling the viewer when MouseToolScrolling is enabled. This method only needs to be used if the tool supports MouseToolBehavior.MultiClick.
See Also