Added new generic WeakReference class for typesafe weak reference usage
git-svn-id: file:///srv/devel/repo-conversion/nusu@30 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
991fab9721
commit
6d79fe3ebc
3 changed files with 77 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace Nuclex.Support.Packing {
|
|||
/// The algorithm always places rectangles as low as possible in the packing
|
||||
/// area. So, for any new rectangle that is to be added into the packing area,
|
||||
/// the packer has to determine the X coordinate at which the rectangle can have
|
||||
/// lowest overall height without overlapping any other rectangles.
|
||||
/// the lowest overall height without intersecting any other rectangles.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// To quickly discover these locations, the packer uses a sophisticated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue