Click or drag to resize

FingerprintCommand Constructor (Double, Int32, Boolean)

Creates a new instance of FingerprintCommand specifying depth, filterSize and dilation.

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,
	int filterSize,
	bool dilation
)

Parameters

depth
Type: SystemDouble
A positive number indicating the depth of the effect.
filterSize
Type: SystemInt32
Gets or sets the filter size of the effect. Should be an odd number greater than or equal to 3.
dilation
Type: SystemBoolean
Indicates if dilation should be used.
Exceptions
ExceptionCondition
Thrown if the depth is less than or equal to 0, or if filterSize is less than 3.
See Also