Click or drag to resize
DigitalRuneHeightFieldInvalidate Method
Invalidates this height field.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public void Invalidate()
Remarks
This method must be called if the content of Samples was changed. This method calls OnChanged(ShapeChangedEventArgs).
See Also