 | PhaseImageCopyFrom(Single, Int32, Int32, Int32) Method |
Copy the data from a buffer.
Namespace: LynceeTec.ImagingAssembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic override void CopyFrom(
float[] buffer,
int stride,
int width,
int height
)
public:
virtual void CopyFrom(
array<float>^ buffer,
int stride,
int width,
int height
) override
Parameters
- buffer Single
-
- stride Int32
-
- width Int32
-
- height Int32
-
See Also