PointD::Addition Operator (PointD, SizeD)
Visual Studio 2015
Translates a PointD by adding the given size.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- point
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::PointD
A PointD to add to.
- size
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::SizeD
A SizeD to add to point
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD
Show: