Accusoft.FormFix5.Net
FormImage Constructor




A reference to the FormFix workspace object.
Constructor of FromImage. It creates a new object without loading any image data.
Syntax
'Declaration
 
Public Function New( _
   ByVal workspace As FormFix _
)
'Usage
 
Dim workspace As FormFix
 
Dim instance As New FormImage(workspace)
public FormImage( 
   FormFix workspace
)
public: FormImage( 
   FormFix* workspace
)
public:
FormImage( 
   FormFix^ workspace
)

Parameters

workspace
A reference to the FormFix workspace object.
Remarks
To load image data to the FormImage object,it is recommended to use CopyTo() or TransferTo() from another Accusoft oject that supports these methods, or if you have to, use FromHdib(), FromHbitmap(), FromBitmap(), or FromImage() to construct an object with image data.
See Also

Reference

FormImage Class
FormImage Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback