Initializes a new instance of the Mosaic class using the specified cell settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Mosaic( int cellWidth, int cellHeight )
Type: System.Int32
The mosaic cell width. You can change this value later using the CellWidth property.Type: System.Int32
The mosaic cell height. You can change this value later using the CellHeight property.