Gets or sets whether to index item positions for faster hit-testing and viewport clipping queries.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool EnableSpatialIndex { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableSpatialIndex As Boolean |
true to enable spatial indexing, or false otherwise. The default value is false.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |