←Select platform

RasterRegion Constructor(byte[])

Summary

Initializes a new RasterRegion from the specified data.

Syntax

C#
VB
Java
C++
public RasterRegion( 
   byte[] data 
) 
Public Function New( _ 
   ByVal data() As Byte _ 
) 
public RasterRegion(byte[] data) 
public: 
RasterRegion(  
   array<byte>^ data 
) 

Parameters

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

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.

Example

For an example, refer to GetData.

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