BitmapExtrasBitmapToColorMatrix Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static Color[][] BitmapToColorMatrix(
Bitmap b
)
Private Shared Function BitmapToColorMatrix (
b As Bitmap
) As Color()()
private:
static array<array<Color>^>^ BitmapToColorMatrix(
Bitmap^ b
)
private static member BitmapToColorMatrix :
b : Bitmap -> Color[][]
Parameters
- b
- Type: System.DrawingBitmap
Return Value
Type:
Color
See Also