Click or drag to resize

ScribbleCommand Constructor (ScribbleMode, Boolean, Int32)

Creates a new instance of ScribbleCommand specifying the mode, darkness and whether the filter should be applied before the effect.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ScribbleCommand(
	ScribbleMode mode,
	bool filterFirst,
	int darkness
)

Parameters

mode
Type: Atalasoft.Imaging.ImageProcessing.EffectsScribbleMode
The mode that will be used for the scribbling.
filterFirst
Type: SystemBoolean
Filter the image before the scribbling effect is applied.
darkness
Type: SystemInt32
The darkness of the lines. (0 to 100)
Exceptions
ExceptionCondition
Thrown if the darkness argument is less than 0 or greater than 100.
See Also