PointD.Addition(PointD, SizeD) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Translates a PointD by adding the given size.
public:
static Microsoft::VisualStudio::Modeling::Diagrams::PointD operator +(Microsoft::VisualStudio::Modeling::Diagrams::PointD point, Microsoft::VisualStudio::Modeling::Diagrams::SizeD size);
public static Microsoft.VisualStudio.Modeling.Diagrams.PointD operator + (Microsoft.VisualStudio.Modeling.Diagrams.PointD point, Microsoft.VisualStudio.Modeling.Diagrams.SizeD size);
static member ( + ) : Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.SizeD -> Microsoft.VisualStudio.Modeling.Diagrams.PointD
Public Shared Operator + (point As PointD, size As SizeD) As PointD
Parameters
- point
- PointD
A PointD to add to.
- size
- SizeD
A SizeD to add to point
Returns
The translated PointD.