TransformsProvider.Mosaic Method (Size)

Applies a mosaic effect on the bitmap using the spelcified cell size.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Mosaic(
	Size cellSize
)

Parameters

cellSize

Type: System.Drawing.Size

The mosaic cell size.

Remarks

This effect lies in averaging a block of pixels of specified size.

See Also

Reference