NET_VCA_LINE

Structure about line parameters.

Structure Definition

struct{
  NET_VCA_POINT    struStart;
  NET_VCA_POINT    struEnd;
}NET_VCA_LINE,*LPNET_VCA_LINE;

Members

struStart

Start point, see details in the structure NET_VCA_POINT

struEnd

End point, see details in the structure NET_VCA_POINT.