 | SingleWavelengthReconstructionCutNewEllFourierRegion Method |
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void CutNewEllFourierRegion(
int centerX,
int centerY,
int radiusX,
int radiusY,
bool keepInside,
bool Intersection,
int lambdaId,
windowsList visMask
)
public:
virtual void CutNewEllFourierRegion(
int centerX,
int centerY,
int radiusX,
int radiusY,
bool keepInside,
bool Intersection,
int lambdaId,
windowsList visMask
)
Parameters
- centerX
- Type: SystemInt32
- centerY
- Type: SystemInt32
- radiusX
- Type: SystemInt32
- radiusY
- Type: SystemInt32
- keepInside
- Type: SystemBoolean
- Intersection
- Type: SystemBoolean
- lambdaId
- Type: SystemInt32
- visMask
- Type: LynceeTec.InterfaceswindowsList
Implements
IReconstructionCutNewEllFourierRegion(Int32, Int32, Int32, Int32, Boolean, Boolean, Int32, windowsList)
See Also