DiagramClientView::ScrollTo Method (PointD)

 

Scrolls such that the specified point of the diagram becomes the top-left point of the view. The point is in world units relative to the top-left of the diagram.

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

public:
void ScrollTo(
	PointD point
)

Parameters

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

The point to scroll to such that it becomes the top-left of the view. The point is in world units relative to the top-left of the diagram.

Return to top
Show: