Click or drag to resize

NonMeasuredPointsConfigurationLoadUserMask(String) Method

Loads the list of shapes defining the user mask. The shapes coordinated are absolute with respect to the size of the hologram.

Namespace: LynceeTec.InterfaceProcessingV2.Configurations
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void LoadUserMask(
	string strMask
)

Parameters

strMask  String

Defines the user mask using rectangular and/or elliptical regions in a string satisfying the following format:

"imageWidth imageHeight NumberOfShapes

shapeId param1 param2 param3 param4 keepInside (opt.)intersection

shapeId param1 param2 param3 param4 keepInside (opt.)intersection"

Rectangular shape

shapeId = 0

param1 is left

param2 is top

param3 is width

param4 is height

Elliptical shape

shapeId = 1

param1 is centerX

param2 is centerY

param3 is radiusX

param4 is radiusY

See Also