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