FingerprintCommand.Depth Property |
Gets or sets a positive number indicating the depth of 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)
Syntaxpublic double Depth { get; set; }
Public Property Depth As Double
Get
Set
Property Value
Type:
Double A positive number indicating the depth of the effect.
ExceptionsException | Condition |
---|
| Thrown if value is not greater than 0. |
Remarks 50 is a good number to start with.
See Also