C#
VB
Objective-C
WinRT C#
C++
Sets the data pointer.
function Leadtools.ImageProcessing.Core.SearchRegistrationMarksCommandData.SetDataPointer(
data ,
size
)
data
The data pointer.
size
The size of the data pointer.
To calculate the correct size for a single row of image data: Windows/WinRT (((Width * BitsPerPixel) + 31) >> 3)) &~3 iOS / macOS (((Width * BitsPerPixel) + 7) / 8)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET