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