Histogram(Bitmap) Constructor
Initializes a new instance of the
Histogram class.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Histogram(
Bitmap bmp
)
Public Sub New (
bmp As Bitmap
)
Dim bmp As Bitmap
Dim instance As New Histogram(bmp)
public:
Histogram(
Bitmap^ bmp
)
new :
bmp : Bitmap -> Histogram
No code example is currently available or this language may not be supported.
Parameters
- bmp Bitmap
-
The source Bitmap.