LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

SetDataPointer Method






The data pointer.
The size of the data pointer.
Sets the data pointer. .NET support WinRT support
Syntax
public void SetDataPointer( 
   IntPtr data,
   int size
)
'Declaration
 
Public Sub SetDataPointer( _
   ByVal data As IntPtr, _
   ByVal size As Integer _
) 
'Usage
 
Dim instance As SearchRegistrationMarksCommandData
Dim data As IntPtr
Dim size As Integer
 
instance.SetDataPointer(data, size)
public void SetDataPointer( 
   IntPtr data,
   int size
)
 function Leadtools.ImageProcessing.Core.SearchRegistrationMarksCommandData.SetDataPointer( 
   data ,
   size 
)
public:
void SetDataPointer( 
   IntPtr data,
   int size
) 

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.