LEADTOOLS (Leadtools assembly)

FromInt16 Method (RasterTagMetadata)

Show in webframe







The data to set.
Sets the tag data to the specified integer values.
Syntax
public void FromInt16( 
   short[] value
)
'Declaration
 
Public Sub FromInt16( _
   ByVal value() As Short _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Short
 
instance.FromInt16(value)
public void FromInt16( 
   short[] value
)
-(void)fromInt16:(const short*)buffer 
       itemCount:(unsigned int)itemCount;
            
public void fromInt16(short[] value)
 function Leadtools.RasterTagMetadata.FromInt16( 
   value 
)
public:
void FromInt16( 
   array<short>^ value
) 

Parameters

value
The data to set.
Example
For an example, refer to RasterTagMetadata
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

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