 | IReconstructionAddPhaseCorrectionZone Method |
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 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
- Type: SystemInt32
The X coordinate of the top left corner of the rectangle, or the X coordinate of the center of the ellipse. - tcy
- Type: SystemInt32
The Y coordinate of the top left corner of the rectangle, or the Y coordinate of the center of the ellipse. - wrx
- Type: SystemInt32
The width of the zone. - hry
- Type: SystemInt32
The height of the zone. - shape
- Type: LynceeTec.ImagingShapeType
The shape of the zone.
See Also