Image Viewer CP ActiveX Control

ImportFromPictureBox

 

Import image from picture box.

Public Function ImportFromPictureBox(
    ByVal pic as stdole.Picture
    )

 

 Parameter
pic
the stdole.Picture of picturebox.
 
No Return Value


Example

   

Visual Basic Syntax
ImageViewer1.ImportFromPictureBox Picture1.Picture