Click or drag to resize

LayerElementCollectionGetBoundingBox Method (IEnumerableObject)

Gets the bounding box of the associate layer element by an object which implements IEnumerable.

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public RectangleF GetBoundingBox(
	IEnumerable<Object> keys
)

Parameters

keys
Type: System.Collections.GenericIEnumerableObject

Return Value

Type: RectangleF
See Also