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