PointD::Subtract Method (PointD, SizeD)

 

Translates a PointD by subtracting the given size.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
static PointD Subtract(
	PointD point,
	SizeD size
)

Parameters

point
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

A PointD to subtract from.

size
Type: Microsoft.VisualStudio.Modeling.Diagrams::SizeD

A SizeD to subtract from point.

Return to top
Show: