I'd like to know if it is possible to extend Microsoft.XNA.Framework.Point struct to work with +, +=, - and -= operators. Microsoft.XNA.Framework.Vector2 has a ton of operators, whereas Point has bare minimum.
It is only possible to add such an operator overload from the type's definition. You cannot add an overload from your code to that framework type.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With