Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
SetDataPointer Method
See Also 
Leadtools.ImageProcessing.Core Namespace > SearchRegistrationMarksCommandData Class : SetDataPointer Method




data
The data pointer.
size
The size of the data pointer.
Sets the data pointer.

Syntax

Visual Basic (Declaration) 
Public Sub SetDataPointer( _
   ByVal data As IntPtr, _
   ByVal size As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As SearchRegistrationMarksCommandData
Dim data As IntPtr
Dim size As Integer
 
instance.SetDataPointer(data, size)
C# 
public void SetDataPointer( 
   IntPtr data,
   int size
)
Managed Extensions for C++ 
public: void SetDataPointer( 
   IntPtr data,
   int size
) 
C++/CLI 
public:
void SetDataPointer( 
   IntPtr data,
   int size
) 

Parameters

data
The data pointer.
size
The size of the data pointer.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also