public void SetData(
byte[] data
)
Public Sub SetData( _
ByVal data() As Byte _
)
public void setData(byte[] data)
public:
void SetData(
array<byte>^ data
)
data
An array of Byte that represents the information that describes a RasterRegion.
You can use the GetData and SetData methods to save and load the content of a region to disk or memory.
If data is an array of 0 items or is null, then this method will make the RasterRegion object empty. This is the equivalent of calling MakeEmpty.
For an example, refer to GetData.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document