|
ArrayToImage Constructor (Int32, Int32)
|
Namespace:
Accord.Imaging.Converters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public ArrayToImage(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
Request Example
View SourceParameters
- width
- Type: SystemInt32
The width of the image to be created. - height
- Type: SystemInt32
The height of the image to be created.
See Also