'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_Subtraction(
VintasoftPoint left,
VintasoftPoint right
)
public:
VintasoftPoint operator -(
VintasoftPoint left,
VintasoftPoint right
)
Parameters
- left
- Left point.
- right
- Right point.
Return Value
Result point.