BitmapExtrasNonWhiteToBlack Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Bitmap NonWhiteToBlack(
Bitmap b,
Color c
)
Public Shared Function NonWhiteToBlack (
b As Bitmap,
c As Color
) As Bitmap
public:
static Bitmap^ NonWhiteToBlack(
Bitmap^ b,
Color c
)
static member NonWhiteToBlack :
b : Bitmap *
c : Color -> Bitmap
Parameters
- b
- Type: System.DrawingBitmap
- c
- Type: System.DrawingColor
Return Value
Type:
Bitmap
See Also