 | ProcessingConfigurationAddPhaseCorrectionZone Method |
Adds a phase correction zone to the existing ones.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void AddPhaseCorrectionZone(
int left,
int top,
int width,
int height
)
public:
void AddPhaseCorrectionZone(
int left,
int top,
int width,
int height
)
Parameters
- left Int32
- Top left corner coordinate in the X direction.
- top Int32
- Top left corner coordinate in the Y direction.
- width Int32
- Rectangle width.
- height Int32
- Rectangle height.
See Also