Accusoft.ImagXpress13.Net
ImageXData Constructor(Int32,IntPtr)




An integer value which represents a unique identifier of the current image.
An integer pointer which represents a location in memory corresponding to the current image.
Initializes a new instance of the ImageXData object passing in an image ID and image pointer.
Syntax
'Declaration
 
Public Function New( _
   ByVal imageId As Integer, _
   ByVal imagePointer As IntPtr _
)
'Usage
 
Dim imageId As Integer
Dim imagePointer As IntPtr
 
Dim instance As New ImageXData(imageId, imagePointer)
public ImageXData( 
   int imageId,
   IntPtr imagePointer
)
public: ImageXData( 
   int imageId,
   IntPtr imagePointer
)
public:
ImageXData( 
   int imageId,
   IntPtr 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

Reference

ImageXData Class
ImageXData Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback