Enhanced C#
Language of your choice: library documentation
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.IRectangle< T > Loyc.Geometry.IRectangle3Base< T > Loyc.Geometry.IRectangle3Base< T > Loyc.Geometry.IRectangle3< T > Loyc.Geometry.IRectangle3< 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

◆ Height

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

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

◆ Width

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

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