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