Click or drag to resize

NonMeasuredPointsConfigurationAddUserMaskRectangleShape Method

Adds a rectangle to the list of shapes defining the user mask.

Namespace:  LynceeTec.InterfaceProcessingV2.Configurations
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void AddUserMaskRectangleShape(
	int left,
	int top,
	int width,
	int height,
	bool keepInside,
	bool intersection
)

Parameters

left
Type: SystemInt32
Top left corner coordinate in the X direction.
top
Type: SystemInt32
Top left corner coordinate in the Y direction.
width
Type: SystemInt32
Rectangle width.
height
Type: SystemInt32
Rectangle height.
keepInside
Type: SystemBoolean
true defines what is inside of the shape as a measured area. false defines the rectangle as a non-measured area.
intersection
Type: SystemBoolean
true define the measured points as non-measured. It can be inside or outside the shape depending on keepInside.
Remarks
The coordinates are defined with respect to the full hologram size.
See Also