Initializes a new instance of the ImageXData object passing in an image ID and image pointer.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As IntPtr _
)
'Usage
Dim imageId As Integer
Dim imagePointer As IntPtr
Dim instance As New ImageXData(imageId, imagePointer)
Parameters
- imageId
- An integer value which represents a unique identifier of the current image.
- imagePointer
- An integer pointer which represents a location in memory corresponding to the current image.
See Also