FndDPIUtilities.ScaleBitmap Method (Bitmap) |
Helper method for scaling bitmaps.
Namespace:
Ifs.Fnd.Core
Assembly:
Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic static Bitmap ScaleBitmap(
Bitmap bitmap
)
Parameters
- bitmap
- Type: System.Drawing.Bitmap
Bitmap containing the image to be scaled
Return Value
Type:
BitmapA new bitmap object containing the scaled image
See Also