ElementHostControl GetElementsInRegion Method (Rectangle)NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns list of elements inside specified region. Elements are returned in registration order

Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IEnumerable<Element> GetElementsInRegion(
	Rectangle region
)

Return Value

Type: OnlineIEnumerable Element 
See Also