Click or drag to resize
DigitalRuneConvexHullOfPointsInvalidate Method
Invalidates this instance.

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 Points was changed. This method calls OnChanged(ShapeChangedEventArgs).
See Also