|  | IReconstructionAddPhCorrZone Method | 
 
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.5.0.22 6_5_dev_win7 724a893, built 2017-12-08 14:08:47 UTC
 Syntax
Syntaxvoid AddPhCorrZone(
	int lcx,
	int tcy,
	int wrx,
	int hry,
	ShapeId shape,
	phaseFitPolyBase basis,
	int order
)
void AddPhCorrZone(
	int lcx, 
	int tcy, 
	int wrx, 
	int hry, 
	ShapeId shape, 
	phaseFitPolyBase basis, 
	int order
)
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.InterfacesShapeId
 The shape of the zone.
- basis
- Type: LynceeTec.ProcessingphaseFitPolyBase
 The polynomial basis for the fit.
- order
- Type: SystemInt32
 The order of the polynomial for the fit. For Canonical polynomial basis, it can be computed from the degree of 
            the equation with the Poly2DCanonical.DegxDegyToOrder function.
 See Also
See Also