 | PhaseImage Constructor (Int32, Int32, Int32, Guid) |
Initializes a new instance of the
PhaseImage class
Namespace:
LynceeTec.InterfaceProcessingV2.Images
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic PhaseImage(
int width,
int height,
int stride,
Guid hologramGuid
)
public:
PhaseImage(
int width,
int height,
int stride,
Guid hologramGuid
)
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- stride
- Type: SystemInt32
- hologramGuid
- Type: SystemGuid
See Also