 | BitmapImageCreate Method (Int32, Int32) |
Create top down 24bpp blue/green/red image of 96 dpi. The start of each row is 32-bit aligned.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxpublic static IBitmapImage Create(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
Image width. - height
- Type: SystemInt32
Image height.
Return Value
Type:
IBitmapImageA new image instance.
See Also