BitmapExtrasInitBitmap Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Bitmap InitBitmap(
int width,
int height,
Color c
)
Public Shared Function InitBitmap (
width As Integer,
height As Integer,
c As Color
) As Bitmap
public:
static Bitmap^ InitBitmap(
int width,
int height,
Color c
)
static member InitBitmap :
width : int *
height : int *
c : Color -> Bitmap
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- c
- Type: System.DrawingColor
Return Value
Type:
Bitmap
See Also