ScribbleCommand.Darkness 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)
Syntaxpublic int Darkness { get; set; }
Public Property Darkness As Integer
Get
Set
Property Value
Type:
Int32 An integer from 0 to 100.
ExceptionsException | Condition |
---|
| Thrown if the value is less than 0 or greater than 100. |
See Also