Click or drag to resize

IMaskCutEllipseUserMask Method

Keeps or cuts a defined elliptical region of the user mask.

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
Syntax
void CutEllipseUserMask(
	int centerX,
	int centerY,
	int radiusX,
	int radiusY,
	bool keepInside,
	bool intersection
)

Parameters

centerX
Type: SystemInt32
X coordinate of the ellipse center
centerY
Type: SystemInt32
Y coordinate of the ellipse center
radiusX
Type: SystemInt32
X radius of the ellipse
radiusY
Type: SystemInt32
Y radius of the ellipse
keepInside
Type: SystemBoolean
true keeps what is in the defined region, false keeps what is outside.
intersection
Type: SystemBoolean
true keeps the intersection of the region with the already selected zone, false keeps their union.
See Also