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

TransformsProvider.Mosaic Method (Single, Single)

Applies mosaic effect.

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

Syntax

Visual Basic
Public Sub Mosaic ( _
        cellWidth
As Single, _
        cellHeight
As Single _
)
C#
public void Mosaic(
       
float cellWidth,
       
float cellHeight
)

Parameters

cellWidth

Type: System.Single

Mosaic cell width.
cellHeight

Type: System.Single

Mosaic cell height.

Remarks

You can also use Mosaic class to apply this effect.

See Also

Reference