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
Properties | List of all members
Loyc.Geometry.ISizeReader< T > Interface Template Reference

Interface for reading the size of a 2D object. More...


Source file:
Inheritance diagram for Loyc.Geometry.ISizeReader< T >:
Loyc.Geometry.IRectangleReader< T > Loyc.Geometry.ISize3Reader< T > Loyc.Geometry.IRectangle3Reader< T > Loyc.Geometry.IRectangleBase< T > Loyc.Geometry.IRectangle3Reader< T > Loyc.Geometry.IRectangle3Base< T > Loyc.Geometry.IRectangle3Base< T > Loyc.Geometry.IRectangle< T > Loyc.Geometry.IRectangle3Base< T > Loyc.Geometry.IRectangle3< T > Loyc.Geometry.IRectangle3< T > Loyc.Geometry.BoundingBox< T > Loyc.Geometry.IRectangle3< T >

Remarks

Interface for reading the size of a 2D object.

Template Parameters
TCoordinate type.

Properties

Width [get]
 Gets the width of a rectangle (the difference between X coordinates). More...
 
Height [get]
 Gets the height of a rectangle (the difference between Y coordinates). More...
 

Property Documentation

T Loyc.Geometry.ISizeReader< T >.Height
get

Gets the height of a rectangle (the difference between Y coordinates).

T Loyc.Geometry.ISizeReader< T >.Width
get

Gets the width of a rectangle (the difference between X coordinates).