Click or drag to resize
DigitalRuneShapeChangedEventArgsRecycle Method
Recycles this instance of the ShapeChangedEventArgs class.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public void Recycle()

Implements

IRecyclableRecycle
Remarks

This method resets this instance and returns it to a resource pool if resource pooling is enabled (see ResourcePool.Enabled).

See Also