DiagramClientView::EnsureVisible Method (ICollection<ShapeElement^>^)

 

Ensures that the specified shapes are visible in the view. This may require changes to the scroll positions and to the zoom.

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

public:
void EnsureVisible(
	ICollection<ShapeElement^>^ shapeElementCollection
)

Parameters

shapeElementCollection
Type: System.Collections.Generic::ICollection<ShapeElement^>^
Return to top
Show: