 | ProcessingConfigurationAddPhaseCorrectionSegment Method |
Adds a phase correction segment to the existing ones.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void AddPhaseCorrectionSegment(
int left,
int top,
int length,
SegmentOrientation orientation
)
public:
void AddPhaseCorrectionSegment(
int left,
int top,
int length,
SegmentOrientation orientation
)
Parameters
- left Int32
- Top left corner coordinate in the X direction.
- top Int32
- Top left corner coordinate in the Y direction.
- length Int32
- Segment length.
- orientation SegmentOrientation
- Horizontal or vertical orientation of the segment.
See Also