BitmapExtrasResizeBitmap Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Bitmap ResizeBitmap(
Bitmap sourceBMP,
int width,
int height,
bool antiAlias = false
)
Public Shared Function ResizeBitmap (
sourceBMP As Bitmap,
width As Integer,
height As Integer,
Optional antiAlias As Boolean = false
) As Bitmap
public:
static Bitmap^ ResizeBitmap(
Bitmap^ sourceBMP,
int width,
int height,
bool antiAlias = false
)
static member ResizeBitmap :
sourceBMP : Bitmap *
width : int *
height : int *
?antiAlias : bool
(* Defaults:
let _antiAlias = defaultArg antiAlias false
*)
-> Bitmap
Parameters
- sourceBMP
- Type: System.DrawingBitmap
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- antiAlias (Optional)
- Type: SystemBoolean
Return Value
Type:
Bitmap
See Also