LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetDataPointer Method
See Also 
Leadtools.ImageProcessing.Core Namespace > SearchRegistrationMarksCommandData Class : SetDataPointer Method



data
The data pointer.
size
The size of the data pointer.
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
)
C++/CLI 
public:
void SetDataPointer( 
   IntPtr data,
   int size
) 

Parameters

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also