 | IReconstructionAddPhaseCorrectionZone Method |
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxvoid AddPhaseCorrectionZone(
int lcx,
int tcy,
int wrx,
int hry,
ShapeType shape
)
void AddPhaseCorrectionZone(
int lcx,
int tcy,
int wrx,
int hry,
ShapeType shape
)
Parameters
- lcx Int32
- The X coordinate of the top left corner of the rectangle, or the X coordinate of the center of the ellipse.
- tcy Int32
- The Y coordinate of the top left corner of the rectangle, or the Y coordinate of the center of the ellipse.
- wrx Int32
- The width of the zone.
- hry Int32
- The height of the zone.
- shape ShapeType
- The shape of the zone.
See Also