LayerElementCollectionGetBoundingBox(String) Method |
Gets the bounding box of the associate layer element by an array of keys.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic RectangleF GetBoundingBox(
ref string[] keys
)
Public Function GetBoundingBox (
ByRef keys As String()
) As RectangleF
Parameters
- keys String
- Array of keys
Return Value
RectangleF
See Also