Initializes the root with the buffered data. If the Disposable parameter is non-NULL, its Dispose method will be called when the memory is no longer needed.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
void Initialize(
int width,
int height,
IntPtr scan0,
int stride,
IDisposable disposable
)
void Initialize(
int width,
int height,
IntPtr scan0,
int stride,
IDisposable disposable
)
Sub Initialize (
width As Integer,
height As Integer,
scan0 As IntPtr,
stride As Integer,
disposable As IDisposable
)
Sub Initialize (
width As Integer,
height As Integer,
scan0 As IntPtr,
stride As Integer,
disposable As IDisposable
)
void Initialize(
int width,
int height,
IntPtr scan0,
int stride,
IDisposable^ disposable
)
void Initialize(
int width,
int height,
IntPtr scan0,
int stride,
IDisposable^ disposable
)
Parameters
- width
- Type: System Int32
- height
- Type: System Int32
- scan0
- Type: System IntPtr
- stride
- Type: System Int32
- disposable
- Type: System IDisposable