| 
            
              BaseTextureGeneratorGenerateBitmap Method 
             | 
          
        
         
            Generate texture.
            
 
    Namespace: 
   Accord.Imaging.Textures
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic virtual Bitmap GenerateBitmap(
	int width,
	int height
)
Public Overridable Function GenerateBitmap ( 
	width As Integer,
	height As Integer
) As Bitmap
 Request Example
		View SourceParameters
- width
 - Type: SystemInt32
Texture's width. - height
 - Type: SystemInt32
Texture's height. 
Return Value
Type: 
BitmapTwo dimensional array of texture's intensities.
RemarksGenerates new texture of the specified size.
See Also