[]
        
(Showing Draft Content)

C1.Win.Map.C1Map.ZoomToItems

ZoomToItems Method

ZoomToItems(IEnumerable<VectorItem>)

Zoom to fit the selected items.

Declaration
public bool ZoomToItems(IEnumerable<VectorItem> items = null)
Parameters
Type Name Description
IEnumerable<VectorItem> items

The vector items (can be null to select all).

Returns
Type Description
bool
false
, if there are no items to track; otherwise,
true
.