|
Pixellate Constructor (Int32, Int32)
|
Initializes a new instance of the
Pixellate class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic Pixellate(
int pixelWidth,
int pixelHeight
)
Public Sub New (
pixelWidth As Integer,
pixelHeight As Integer
)
Request Example
View SourceParameters
- pixelWidth
- Type: SystemInt32
Pixel width. - pixelHeight
- Type: SystemInt32
Pixel height.
See Also