You are here: Start » AVL.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
indexintArray item index.
dataSystem.Void*Region point-runs data buffer.
sizeintSize of the data buffer in bytes.
widthintFrame width of the region.
heightintFrame height of the region.

Function Overrides

See also