[]
Zoom to fit the selected items.
public bool ZoomToItems(IEnumerable<VectorItem> items = null)
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, .
|