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