Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.Geometry.INewRectangle< Rect, T > Interface Template Reference

This interface exists to work around a limitation of C#; see IRectangle{T}. More...


Source file:
Inheritance diagram for Loyc.Geometry.INewRectangle< Rect, T >:
Loyc.Geometry.BoundingBox< T > Loyc.Geometry.IRectangle< T > Loyc.Geometry.BoundingBox< T >

Remarks

This interface exists to work around a limitation of C#; see IRectangle{T}.

Public Member Functions

Rect NewRect (T x, T y, T width, T height)
 
Rect NewRange (T x1, T y1, T x2, T y2)