 | IMaskCutEllipseUserMask Method |
Keeps or cuts a defined elliptical region of the user mask.
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 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 Int32
- X coordinate of the ellipse center
- centerY Int32
- Y coordinate of the ellipse center
- radiusX Int32
- X radius of the ellipse
- radiusY Int32
- Y radius of the ellipse
- keepInside Boolean
- true keeps what is in the defined region, false keeps what is outside.
- intersection Boolean
- true keeps the intersection of the region with the already selected zone, false keeps their union.
See Also