Click or drag to resize
IModelGetEntitiesAt Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.IModel.GetEntitiesAt(System.Windows.Point)"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
List<IEntity> GetEntitiesAt(
	Point position
)

Parameters

position
Type: System.WindowsPoint

[Missing <param name="position"/> documentation for "M:ZU.Core.IModel.GetEntitiesAt(System.Windows.Point)"]

Return Value

Type: ListIEntity

[Missing <returns> documentation for "M:ZU.Core.IModel.GetEntitiesAt(System.Windows.Point)"]

See Also