Mosaic Class

Applies a mosaic effect on an image.

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

Syntax

C#
public sealed class Mosaic : MaskTransform

Remarks

This effect lies in averaging a block of pixels of specified size. You specify CellWidth and CellHeight, and the image is "pixelated" according this cell size.

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference