Click or drag to resize

ScribbleCommandDarkness Property

Gets or sets the darkness of the lines used for scribbling.

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 int Darkness { get; set; }

Property Value

Type: Int32
An integer from 0 to 100.
Exceptions
ExceptionCondition
Thrown if the value is less than 0 or greater than 100.
See Also