 | SingleWavelengthReconstructionMaskVisibility Property |
Gets or sets the mask visibility on the final image
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual bool MaskVisibility { get; set; }
public:
virtual property bool MaskVisibility {
bool get ();
void set (bool value);
}
Property Value
Booleantrue shows the mask,
false hides it.
Implements
IReconstructionMaskVisibility
See Also