ShapeGeometry::GetHitTestTolerance Method (DiagramHitTestInfo^)

 

Gets the tolerance around the shape geometry to use when a hit test is performed.

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

protected:
static SizeD GetHitTestTolerance(
	DiagramHitTestInfo^ hitTestInfo
)

Parameters

hitTestInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramHitTestInfo^

The object that will receive the results of the hit test.

Return Value

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

The tolerance around the shape geometry to use when a hit test is performed.

Return to top
Show: