Click or drag to resize

FingerprintCommand Constructor (Double)

Creates a new instance of FingerprintCommand specifying depth.

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 FingerprintCommand(
	double depth
)

Parameters

depth
Type: SystemDouble
A positive number indicating the depth of the effect.
Exceptions
ExceptionCondition
Thrown if the depth is less than or equal to 0.
See Also