Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
void EnsureVisible(
    IEnumerable<IShape> shapes,
    bool zoomToFit = false
)
void EnsureVisible(
    IEnumerable<IShape^>^ shapes,
    bool zoomToFit = false
)
abstract EnsureVisible : 
        shapes:IEnumerable<IShape> *
        zoomToFit:bool = false -> unit
Sub EnsureVisible (
    shapes As IEnumerable(Of IShape),
    zoomToFit As Boolean
)
Parameters
- shapes
 Type: System.Collections.Generic.IEnumerable<IShape>
- zoomToFit
 Type: System.Boolean
See Also
IDiagram Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top