Click or drag to resize

HalftoneCommand Constructor (Int32, Boolean)

Creates a new instance of HalftoneCommand specifying the dot size and smoothing values.

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 HalftoneCommand(
	int maxDotSize,
	bool smoothDots
)

Parameters

maxDotSize
Type: SystemInt32
The maximum size of the dots.
smoothDots
Type: SystemBoolean
A value indicating if the dots will be smooth or sharp.
Exceptions
ExceptionCondition
Thrown if maxDotSize is less than 1.
See Also