Skip to content

NET_DVR_IVE_POINT_T

Structure Definition

1
2
3
4
5
typedef struct
{
    int X; 
    int Y; 
} NET_DVR_IVE_POINT_T;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_DVR_IVE_POINT_T
{
    public Int32 X;
    public Int32 Y;
}

Function Description

Point structure.

Member Description

Member Type Remark
X int X coordinate value.
Y int Y coordinate value.
Error Code