TransformsProvider.Texturize Method (Int32, Int32)

Texturizes the bitmap by reducing its size and "gluing" it with its copies seamlessly.

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

Syntax

C#
public void Texturize(
	int columnsAmount,
	int rowsAmount
)

Parameters

columnsAmount

Type: System.Int32

The number of columns.
rowsAmount

Type: System.Int32

The number of rows.

Remarks

This method creates a texture from the image by reducing its size and "gluing" it with its copies seamlessly.

See Also

Reference