 | IReconstructionAddPhaseOffsetAdjustmentZone Method |
Adds a phase offset correction zone. (Valid only for the multi-zone phase offset method)
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxvoid AddPhaseOffsetAdjustmentZone(
int top,
int left,
int width,
int height
)
void AddPhaseOffsetAdjustmentZone(
int top,
int left,
int width,
int height
)
Parameters
- top Int32
- The Y coordinate of the top left point of the zone, in the phase ROI image.
- left Int32
- The X coordinate of the top left point of the zone, in the phase ROI image.
- width Int32
- The width of the zone.
- height Int32
- The height of the zone.
See Also