Initializes a new instance of the Texturize class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Texturize( int columnCount, int rowCount )
Type: System.Int32
The number of columns. You can change it later using ColumnCount property.Type: System.Int32
The number of rows. You can change it later using RowCount property.