TransformsProvider.Mosaic Method (Int32, Int32)

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(
	int cellWidth,
	int cellHeight
)

Parameters

cellWidth

Type: System.Int32

The mosaic cell width.
cellHeight

Type: System.Int32

The mosaic cell height.

See Also

Reference