[]
Scales a logical bitmap value to it's equivalent device unit value.
public static void ScaleBitmapLogicalToDevice(ref Bitmap bitmap, int dpi)
Type | Name | Description |
---|---|---|
Bitmap | bitmap | The bitmap to scale. |
int | dpi | The DPI value for the current display device. |