Click or drag to resize

LayerElementCollectionGetBoundingBox(IEnumerableObject) Method

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: 12.3.0.0
Syntax
public RectangleF GetBoundingBox(
	IEnumerable<Object> keys
)

Parameters

keys  IEnumerableObject

Return Value

RectangleF
See Also