LayerElementCollectionGetBoundingBox(IEnumerableObject) Method |
Gets the bounding box of the associate layer element by an object which implements
IEnumerable.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic RectangleF GetBoundingBox(
IEnumerable<Object> keys
)
Public Function GetBoundingBox (
keys As IEnumerable(Of Object)
) As RectangleF
Parameters
- keys IEnumerableObject
Return Value
RectangleF
See Also