Click or drag to resize
Accord.NET (logo)

MarbleTexture Constructor

Initializes a new instance of the MarbleTexture class.

Namespace:  Accord.Imaging.Textures
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public MarbleTexture(
	double xPeriod,
	double yPeriod
)
Request Example View Source

Parameters

xPeriod
Type: SystemDouble
X period value.
yPeriod
Type: SystemDouble
Y period value.
See Also