You are here: Start » AVL.NET » View3DBox.DataItem.SetRegion Method

View3DBox.DataItem.SetRegion Method

Sets 2D region for this primitive.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetRegion
(
	System.Void* data,
	int size,
	int width,
	int height
)

Parameters

Name Type Range Default Description
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