| 
            
              MarbleTexture Constructor 
             | 
          
        
          
    Namespace: 
   Accord.Imaging.Textures
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic MarbleTexture(
	double xPeriod,
	double yPeriod
)
Public Sub New ( 
	xPeriod As Double,
	yPeriod As Double
)
 Request Example
		View SourceParameters
- xPeriod
 - Type: SystemDouble
X period value. - yPeriod
 - Type: SystemDouble
Y period value. 
See Also