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

Mosaic Constructor (SizeF)

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

Parameters

cellSize

Type: System.Drawing.SizeF

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

See Also

Reference