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

Mosaic Constructor (Size)

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 ( _
	cellSize As Size _
)
C#
public Mosaic(
	Size cellSize
)

Parameters

cellSize

Type: System.Drawing.Size

Mosaic sell size. You can change it later using CellWidth and CellHeight property.

See Also

Reference