←Select platform

DataPointer Property

Summary

Gets data pointer.

Syntax

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

Property Value

The Data pointer.

Example

Refer to SearchRegistrationMarksCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly