You are here: Start » AVL.NET » Image.CreateBitmap(int, int, bool)

Image.CreateBitmap(int, int, bool)

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax


public System.Drawing.Bitmap CreateBitmap(
	int width,
	int height,
	bool highQualityScaling
)

Parameters

width
Type: System.Int32
height
Type: System.Int32
highQualityScaling
Type: System.Boolean

See also