Click or drag to resize
Accord.NET (logo)

BaseTextureGeneratorGenerateBitmap Method

Generate texture.

Namespace:  Accord.Imaging.Textures
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public virtual Bitmap GenerateBitmap(
	int width,
	int height
)
Request Example View Source

Parameters

width
Type: SystemInt32
Texture's width.
height
Type: SystemInt32
Texture's height.

Return Value

Type: Bitmap
Two dimensional array of texture's intensities.
Remarks
Generates new texture of the specified size.
See Also