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

Texturize Constructor (Int32, Int32)

Creates and initializes new Texturize class instance. You can set number of rows and columns in this constructor.

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

Syntax

Visual Basic
Public Sub New ( _
	columnsAmount As Integer, _
	rowsAmount As Integer _
)
C#
public Texturize(
	int columnsAmount,
	int rowsAmount
)

Parameters

columnsAmount

Type: System.Int32

Columns number. Can be changed later via ColumnsAmount property.
rowsAmount

Type: System.Int32

Rows number. Can be changed later via RowsAmount property.

See Also

Reference