| ShapeChangedEventArgsRecycle Method |
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public:
virtual void Recycle() sealed
abstract Recycle : unit -> unit
override Recycle : unit -> unit
Implements
IRecyclableRecycleRemarks
This method resets this instance and returns it to a resource pool if resource pooling is
enabled (see ResourcePool.Enabled).
See Also