 | ProcessingConfigurationAddPhaseCorrectionSegment Method |
Adds a phase correction segment to the existing ones.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic int AddPhaseCorrectionSegment(
int left,
int top,
int length,
SegmentOrientation orientation
)
public:
int AddPhaseCorrectionSegment(
int left,
int top,
int length,
SegmentOrientation orientation
)
Parameters
- left
- Type: SystemInt32
Top left corner coordinate in the X direction. - top
- Type: SystemInt32
Top left corner coordinate in the Y direction. - length
- Type: SystemInt32
Segment length. - orientation
- Type: LynceeTec.InterfaceProcessingV2SegmentOrientation
Horizontal or vertical orientation of the segment.
Return Value
Type:
Int320 if successful, or a negative code if an error occurs.
See Also