EZMap8::GetCheckedBufferPtr

Retrieves the pointer to the pixel buffer.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void* GetCheckedBufferPtr(
   int x,
   int y
)

const void* GetCheckedBufferPtr(
   int x,
   int y
)

Parameters

x

Column of the pixel of which we want the address.

y

Row of the pixel of which we want the address.

EZMap8.GetCheckedBufferPtr

Retrieves the pointer to the pixel buffer.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

IntPtr GetCheckedBufferPtr(
   int x,
   int y
)

IntPtr GetCheckedBufferPtr(
   int x,
   int y
)

Parameters

x

Column of the pixel of which we want the address.

y

Row of the pixel of which we want the address.