SharedWindowGetDrawingBitmapScalable Method

Gets an image based on the screen scale.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Bitmap GetDrawingBitmapScalable(
	Bitmap bmp
)

Parameters

bmp  Bitmap
Bitmap.

Return Value

Bitmap
Image with the image based on the screen scale.

See Also