ImageBuffer.SaveAsBitmap Method |
|||||||||||||||||
Saves the contents of the buffer to a bitmap file on disk. | |||||||||||||||||
Syntax: | Public Sub SaveAsBitmap(Filename As String, colorformat As ICImagingControlColorFormats) |
||||||||||||||||
|
|||||||||||||||||
Information: |
Introduced in IC Imaging Control 2.0 |
||||||||||||||||
Sample: | This example shows how to save the contents of an ImageBuffer as an 8-bit gray bitmap: Dim Buf As ImageBuffer Set Buf = ICImagingControl1.ImageBuffers.Item(1) Buf.SaveAsBitmap "test.jpg", ICY8 |
||||||||||||||||
See also: | ImageBuffer, ImageBuffer.SaveAsJpeg |