←Select platform

DataSize Property

Summary

Gets the size of data pointer.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int DataSize { get; } 
Public ReadOnly Property DataSize As Integer 
public int DataSize {get;} 
@property (nonatomic, assign, readonly) NSUInteger dataSize 
public int getDataSize() 
 get_DataSize();  
public: 
property int DataSize { 
   int get(); 
} 

Property Value

The size of data pointer.

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