Click or drag to resize

BitmapImageCreate Method (Int32, Int32, Boolean, Int32)

Create 24bpp blue/green/red image. The start of each row is 32-bit aligned.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public static IBitmapImage Create(
	int width,
	int height,
	bool isTopDown,
	int dpi
)

Parameters

width
Type: SystemInt32
Image width.
height
Type: SystemInt32
Image height.
isTopDown
Type: SystemBoolean
True if image data is stored top down.
dpi
Type: SystemInt32
Image dots-per-inch.

Return Value

Type: IBitmapImage
A new image instance.
See Also