This topic has not yet been rated - Rate this topic

NodeShapeGeometry.DoFoldToShape Method

Calculates the point along the vector which crosses the outline of the geometry.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
public override PointD DoFoldToShape(
	IGeometryHost geometryHost,
	PointD potentialPoint,
	PointD vectorEndpoint
)

Parameters

geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost

The instance data for the geometry.

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

The point along the bounding rectangle to be folded in to the perimeter of the geometry.

vectorEndpoint
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.