Texturize Constructor (Int32, Int32)

Initializes a new instance of the Texturize class using the specified settings.

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

Syntax

C#
public Texturize(
	int columnCount,
	int rowCount
)

Parameters

columnCount

Type: System.Int32

The number of columns. You can change it later using ColumnCount property.
rowCount

Type: System.Int32

The number of rows. You can change it later using RowCount property.

See Also

Reference