←Select platform

FromData Method

Summary

Creates a new RasterRegion from the specified data.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.RasterRegion FromData(  
   byte[] data 
) 
Public Shared Function FromData( _ 
   ByVal data() As Byte _ 
) As Leadtools.RasterRegion 
public static Leadtools.RasterRegion FromData(  
   byte[] data 
) 
 function Leadtools.RasterRegion.FromData(  
   data  
) 
public: 
static Leadtools.RasterRegion^ FromData(  
   array<byte>^ data 
)  

Parameters

data
A an array of 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

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

Leadtools Assembly