IDiagram.EnsureVisible Method (IEnumerable<IShape>, Boolean)
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