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