|
UnmanagedImagePixelSize Property
|
Gets the size of the pixels in this image, in bytes. For
example, a 8-bpp grayscale image would have pixel size 1.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public int PixelSize { get; }
Public ReadOnly Property PixelSize As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32See Also