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