HistogramOCRBitmapBoolArray Constructor |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate BitmapBoolArray(
int w,
int h
)
Private Sub New (
w As Integer,
h As Integer
)
private:
BitmapBoolArray(
int w,
int h
)
new :
w : int *
h : int -> BitmapBoolArray
Parameters
- w
- Type: SystemInt32
- h
- Type: SystemInt32
See Also