←Select platform

DataPointer Property

Summary

Gets data pointer.

Syntax
C#
VB
Objective-C
C++
public IntPtr DataPointer { get; } 
Public ReadOnly Property DataPointer As IntPtr 
@property (nonatomic, assign, readonly, nullable) void *dataPointer 
public: 
property IntPtr DataPointer { 
   IntPtr get(); 
} 

Property Value

The Data pointer.

Example

Refer to SearchRegistrationMarksCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly