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

Mosaic Constructor (Single, Single)

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 Single, _
	cellHeight As Single _
)
C#
public Mosaic(
	float cellWidth,
	float cellHeight
)

Parameters

cellWidth

Type: System.Single

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

Type: System.Single

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

See Also

Reference