Initializes a new instance of the MarbleTexture class.

Namespace:  AForge.Imaging.Textures
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public MarbleTexture(
	double xPeriod,
	double yPeriod
)

Parameters

xPeriod
Type: System..::.Double
X period value.
yPeriod
Type: System..::.Double
Y period value.

See Also