 | NonMeasuredPointsConfigurationAddUserMaskEllipseShape Method |
Adds an ellipse to the list of shapes defining the user mask.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void AddUserMaskEllipseShape(
int centerX,
int centerY,
int radiusX,
int radiusY,
bool keepInside,
bool intersection
)
public:
void AddUserMaskEllipseShape(
int centerX,
int centerY,
int radiusX,
int radiusY,
bool keepInside,
bool intersection
)
Parameters
- centerX Int32
- X coordinate of the center of the ellipse.
- centerY Int32
- X coordinate of the center of the ellipse.
- radiusX Int32
- Radius of the ellipse in the X direction.
- radiusY Int32
- Radius of the ellipse in the Y direction.
- keepInside Boolean
- true defines what is inside of the shape as a measured area.
false defines the rectangle as a non-measured area.
- intersection Boolean
- 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