Texturize Class

Applies a texturizing effect to an image.

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

Syntax

C#
public sealed class Texturize : MaskTransform

Remarks

This class creates a texture from the image by reducing its size and "gluing" it with its copies seamlessly. Here you can set ColumnCount and RowCount properties to specify how much image copies should be horizontally and vertically. Then you specify parameters which affects to edges processing such as Fade, HorizontalIntersection, and VerticalIntersection. Property Fade can be used to make images rotated one relatively each other.

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference