ICImagingControl.Picture Property

Returns a Picture object created from the data of the current buffer.
Syntax:
Public Picture As Picture
Remarks:

Every access to Picture copies the buffer data from the plain buffer to a DIB. If a PictureBox is only used to display a manipulated image buffer, an application can use ICImagingControl.DisplayImageBuffer. For a sample see Displaying Buffers on the ImageAvailable Event.

Sample:

This example shows how to assign a picture from an image buffer to a picturebox:

picPictureBox.Picture = ICImagingControl1.Picture
See also: ICImagingControl, ICImagingControl.MemorySnapImage

<< ICImagingControl