'Declaration Public Operator +( _
ByVal leftLeft point.As VintasoftPoint, _
ByVal rightRight point.As VintasoftPoint _
) As VintasoftPoint
public VintasoftPoint operator +(
VintasoftPoint left,
VintasoftPoint right
)
public: VintasoftPoint op_Addition(
VintasoftPoint left,
VintasoftPoint right
)
public:
VintasoftPoint operator +(
VintasoftPoint left,
VintasoftPoint right
)
Parameters
- left
- Left point.
- right
- Right point.
Return Value
Result point.