Gets the picture object containing a copy of the current frame buffer.
Read-only property
Visual Basic |
---|
Public Property Picture As Picture |
A Picture object which contains a copy of the current frame buffer.
There must be an image available. This is accomplished by using the StartSession method to acquire an image.
Attempting to access this property when there is no image will return an error.
This property returns a VB picture object for use with other controls that support the picture object including the standard VB picture control.
This property is not compatible with Delphi.