Click or drag to resize

IBitmapImageCreateBlankImage Method

Creates blank image with same dimensions as instance image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage CreateBlankImage()

Return Value

Type: IBitmapImage
A new image instance.
See Also