  | IMaskCutEllipseUserMask Method  | 
 
            Keeps or cuts a defined elliptical region of the user mask.
            
 
    Namespace: 
   LynceeTec.Interfaces
    Assembly:
   LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0  , built 2021-10-22 08:45:14 UTC
Syntaxvoid CutEllipseUserMask(
	int centerX,
	int centerY,
	int radiusX,
	int radiusY,
	bool keepInside,
	bool intersection
)
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