 | NonMeasuredPointsConfigurationAddUserMaskEllipseShape Method |
Adds an ellipse 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
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
- Type: SystemInt32
X coordinate of the center of the ellipse. - centerY
- Type: SystemInt32
X coordinate of the center of the ellipse. - radiusX
- Type: SystemInt32
Radius of the ellipse in the X direction. - radiusY
- Type: SystemInt32
Radius of the ellipse in the Y direction. - 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