Click or drag to resize
IVisualClustersIndexerTryGetVisualClusterPositionForTopEntity Method
Zet Universe

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

Simplified automatic label placement for visual cluster's entity given the top entity

Namespace: ZU.Semantic.Spatial.Indexing
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#
bool TryGetVisualClusterPositionForTopEntity(
	IEntity entity,
	double topicEntityWidth,
	double topicEntityHeight,
	double TopicToEntityDistance,
	out Rect position
)

Parameters

entity
Type: ZU.CoreIEntity

[Missing <param name="entity"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.TryGetVisualClusterPositionForTopEntity(ZU.Core.IEntity,System.Double,System.Double,System.Double,System.Windows.Rect@)"]

topicEntityWidth
Type: SystemDouble

[Missing <param name="topicEntityWidth"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.TryGetVisualClusterPositionForTopEntity(ZU.Core.IEntity,System.Double,System.Double,System.Double,System.Windows.Rect@)"]

topicEntityHeight
Type: SystemDouble

[Missing <param name="topicEntityHeight"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.TryGetVisualClusterPositionForTopEntity(ZU.Core.IEntity,System.Double,System.Double,System.Double,System.Windows.Rect@)"]

TopicToEntityDistance
Type: SystemDouble

[Missing <param name="TopicToEntityDistance"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.TryGetVisualClusterPositionForTopEntity(ZU.Core.IEntity,System.Double,System.Double,System.Double,System.Windows.Rect@)"]

position
Type: System.WindowsRect

[Missing <param name="position"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.TryGetVisualClusterPositionForTopEntity(ZU.Core.IEntity,System.Double,System.Double,System.Double,System.Windows.Rect@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.TryGetVisualClusterPositionForTopEntity(ZU.Core.IEntity,System.Double,System.Double,System.Double,System.Windows.Rect@)"]

See Also