[]
Zoom to fit the selected items.
public bool ZoomToItems(IEnumerable<VectorItem> items = null)
Public Function ZoomToItems(Optional items As IEnumerable(Of VectorItem) = Nothing) As Boolean
| Type | Name | Description |
|---|---|---|
| IEnumerable<VectorItem> | items | The vector items (can be null to select all). |
| Type | Description |
|---|---|
| bool | , if there are no items to track; otherwise, .
|