Mosaic Constructor (Int32, Int32)

Initializes a new instance of the Mosaic class using the specified cell settings.

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

Syntax

C#
public Mosaic(
	int cellWidth,
	int cellHeight
)

Parameters

cellWidth

Type: System.Int32

The mosaic cell width. You can change this value later using the CellWidth property.
cellHeight

Type: System.Int32

The mosaic cell height. You can change this value later using the CellHeight property.

See Also

Reference