LEADTOOLS (Leadtools assembly)

FromData Method

Show in webframe







A an array of System.Byte that defines the interior of the new RasterRegion
Creates a new RasterRegion from the specified data.
Syntax
public static RasterRegion FromData( 
   byte[] data
)
'Declaration
 
Public Shared Function FromData( _
   ByVal data() As Byte _
) As RasterRegion
'Usage
 
Dim data() As Byte
Dim value As RasterRegion
 
value = RasterRegion.FromData(data)
public static RasterRegion FromData( 
   byte[] data
)

            

            
 function Leadtools.RasterRegion.FromData( 
   data 
)
public:
static RasterRegion^ FromData( 
   array<byte>^ data
) 

Parameters

data
A an array of System.Byte that defines the interior of the new RasterRegion

Return Value

A new RasterRegion from the specified data.
Remarks

You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.

Requirements

Target Platforms

See Also

Reference

RasterRegion Class
RasterRegion Members

 

 


Products | Support | Contact Us | Copyright Notices

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