C#
VB
WinRT C#
C++
Creates a new RasterRegion from the specified data.
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
)
data
A an array of Byte that defines the interior of the new RasterRegion
A new RasterRegion from the specified data.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET