Click or drag to resize
DigitalRuneDelegatePairFilterTFilterCallback Property
Gets or sets the filter callback.

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Func<Pair<T>, bool> FilterCallback { get; set; }

Property Value

Type: FuncPairT, Boolean
The filter callback. Per default, no callback method is set.
Remarks

This method is called in Filter(PairT) to compute the filter result.

The Changed event is automatically raised if the filter callback is changed.

See Also