LEADTOOLS (Leadtools assembly)

Length_WinRT Property

Show in webframe







Gets or sets the native (unmanaged) data length (size in bytes).
Syntax
public uint Length_WinRT {get; set;}
'Declaration
 
Public Property Length_WinRT As UInteger
'Usage
 
Dim instance As RasterNativeBuffer
Dim value As UInteger
 
instance.Length_WinRT = value
 
value = instance.Length_WinRT
public uint Length_WinRT {get; set;}

            

            
 
get_Length_WinRT();
set_Length_WinRT(value);
Object.defineProperty('Length_WinRT');
public:
property uint Length_WinRT {
   uint get();
   void set (    uint value);
}

Property Value

An System.UInt32 value that represents the native (unmanaged) data length (size in bytes).
Requirements

Target Platforms

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

 

 


Products | Support | Contact Us | Copyright Notices

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