You are here: Start » FIL.NET » View3DBox.DataItem.SetRegionArrayItem Method
View3DBox.DataItem.SetRegionArrayItem Method
Sets a single item in a 2D region array primitive.
Namespace: | HMI.Controls |
---|---|
Assembly: | HMI.Controls.dll |
Syntax
public void SetRegionArrayItem ( int index, System.Void* data, int size, int width, int height )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | index | int | Array item index. | ||
data | System.Void* | Region point-runs data buffer. | |||
size | int | Size of the data buffer in bytes. | |||
width | int | Frame width of the region. | |||
height | int | Frame height of the region. |