Click or drag to resize

MosaicCommand Constructor (Int32)

Creates a new instance of MosaicCommand specifying the square size.

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 MosaicCommand(
	int squareSize
)

Parameters

squareSize
Type: SystemInt32

The size of the mosaic tiles.

Exceptions
ExceptionCondition
Thrown if squareSize is less than 2.
See Also