[Missing <summary> documentation for "T:OpenCvSharp.CvReadFunc"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
public delegate int CvReadFunc(
IntPtr storage,
IntPtr node
)
Public Delegate Function CvReadFunc (
storage As IntPtr,
node As IntPtr
) As Integer
public delegate int CvReadFunc(
IntPtr storage,
IntPtr node
)
type CvReadFunc =
delegate of
storage : IntPtr *
node : IntPtr -> int
Parameters
- storage
- Type: SystemIntPtr
- node
- Type: SystemIntPtr
Return Value
Type:
Int32
Reference