EZMap8::GetBufferPtr

Retrieves the pointer to the internal pixel buffer.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void* GetBufferPtr(
)

void* GetBufferPtr(
   int x,
   int y
)

const void* GetBufferPtr(
)

const void* GetBufferPtr(
   int x,
   int y
)

Parameters

x

Column of the pixel which we want the address.

y

Row of the pixel which we want the address.

Remarks

This function does not check the value of the parameters.
Use carefully.

EZMap8.GetBufferPtr

Retrieves the pointer to the internal pixel buffer.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

IntPtr GetBufferPtr(
)

IntPtr GetBufferPtr(
   int x,
   int y
)

IntPtr GetBufferPtr(
)

IntPtr GetBufferPtr(
   int x,
   int y
)

Parameters

x

Column of the pixel which we want the address.

y

Row of the pixel which we want the address.

Remarks

This function does not check the value of the parameters.
Use carefully.