 | NonMeasuredPointsConfigurationAddUserMaskEllipseShape Method |
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
- centerY
- Type: SystemInt32
- radiusX
- Type: SystemInt32
- radiusY
- Type: SystemInt32
- keepInside
- Type: SystemBoolean
- intersection
- Type: SystemBoolean
See Also