PointD.Subtraction(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 subtracting 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 subtract from.
- size
- SizeD
A SizeD to subtract from point.
Returns
The translated PointD.