This documentation is for the old version. Go to the latest Graphics Mill docs

Mosaic Constructor (Int32, Int32)

Creates and initializes Mosaic class instance. Mosaic cell size is specified here.

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

Syntax

Visual Basic
Public Sub New ( _
	cellWidth As Integer, _
	cellHeight As Integer _
)
C#
public Mosaic(
	int cellWidth,
	int cellHeight
)

Parameters

cellWidth

Type: System.Int32

Mosaic cell width. You can change this value later using CellWidth property.
cellHeight

Type: System.Int32

Mosaic cell height. You can change this value later using CellHeight property.

See Also

Reference